#0C6B08

Color #0C6B08 Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #0C6B08

Tints of Green #0C6B08

Color information

#0C6B08 (or 0x0C6B08) is unknown color: approx Green. HEX triplet: 0C, 6B and 08. RGB value is (12,107,8). Sum of RGB (Red+Green+Blue) = 12+107+8=127 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.45% from 127); Green value is 107 (42.19% from 255 or 84.25% from 127); Blue value is 8 (3.52% from 255 or 6.30% from 127); Max value from RGB is 107 - color contains mainly: green. Hex color #0C6B08 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C6B08 is #F394F7. Grayscale: #434343. Windows color (decimal): -15963384 or 551692. OLE color: 551692.

HSL color Cylindrical-coordinate representation of color #0C6B08: hue angle of 117.58º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C6B08 is Cyan = 0.89, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.58.

Color convert

RGB121078-
CMYK0.8900.930.58
HSL117.58º86.09%22.55%-
HSV(B)117.58º92.52%41.96%-
XYZ5.4510.611.99-
YUV67.3194.5388.55-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 9.45%
GREEN value IS 107 (42.19% from 255) = 84.25%
BLUE value IS 8 (3.52% from 255) = 6.30%
R=9.45%
G=84.25%
B=6.30%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1210780.8900.930.58117.5886.0922.55
HexC6B85905D3A765617
Octal141531013101357216612627
Binary1100110101110001011001010111011110101110110101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C6B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C6B08; }

 p { color: rgb(12,107,8); }

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

<style>
 a { background-color: #0C6B08; }

 a { background-color: rgb(12,107,8); }

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

<style>
 span { border-color: #0C6B08; }

 span { border-color: rgb(12,107,8); }

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