#68B30F

Color #68B30F Christi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christi #68B30F

Tints of Christi #68B30F

Color information

#68B30F (or 0x68B30F) is unknown color: approx Christi. HEX triplet: 68, B3 and 0F. RGB value is (104,179,15). Sum of RGB (Red+Green+Blue) = 104+179+15=298 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.90% from 298); Green value is 179 (70.31% from 255 or 60.07% from 298); Blue value is 15 (6.25% from 255 or 5.03% from 298); Max value from RGB is 179 - color contains mainly: green. Hex color #68B30F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #68B30F is #974CF0. Grayscale: #8A8A8A. Windows color (decimal): -9915633 or 1028968. OLE color: 1028968.

HSL color Cylindrical-coordinate representation of color #68B30F: hue angle of 87.44º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #68B30F is Cyan = 0.42, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.30.

Color convert

RGB10417915-
CMYK0.4200.920.30
HSL87.44º84.54%38.04%-
HSV(B)87.44º91.62%70.2%-
XYZ21.9235.226.09-
YUV137.8858.65103.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 104 (41.02% from 255) = 34.90%
GREEN value IS 179 (70.31% from 255) = 60.07%
BLUE value IS 15 (6.25% from 255) = 5.03%
R=34.90%
G=60.07%
B=5.03%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal104179150.4200.920.3087.4484.5438.04
Hex68B3F2A05C1E575526
Octal150263175201343612712546
Binary1101000101100111111101010010111001111010101111010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B30F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68B30F; }

 p { color: rgb(104,179,15); }

 H1.HeaderClassName
 {
   color: #68B30F;
 }
 .AnyTagClassName
 {
   color: #68B30F;
 }
</style>
background-color css

<style>
 a { background-color: #68B30F; }

 a { background-color: rgb(104,179,15); }

 div.DivClassName
 {
   background-color: #68B30F;
 }
 .BgClassName
 {
   background-color: #68B30F;
 }
</style>
border-color css

<style>
 span { border-color: #68B30F; }

 span { border-color: rgb(104,179,15); }

 td.TdClassName
 {
   border-color: #68B30F;
 }
 .TagClassName
 {
   border-color: #68B30F;
 }
</style>