#08600C

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

Shades of Green #08600C

Tints of Green #08600C

Color information

#08600C (or 0x08600C) is unknown color: approx Green. HEX triplet: 08, 60 and 0C. RGB value is (8,96,12). Sum of RGB (Red+Green+Blue) = 8+96+12=116 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.90% from 116); Green value is 96 (37.89% from 255 or 82.76% from 116); Blue value is 12 (5.08% from 255 or 10.34% from 116); Max value from RGB is 96 - color contains mainly: green. Hex color #08600C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #08600C is #F79FF3. Grayscale: #3C3C3C. Windows color (decimal): -16228340 or 811016. OLE color: 811016.

HSL color Cylindrical-coordinate representation of color #08600C: hue angle of 122.73º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #08600C is Cyan = 0.92, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.62.

Color convert

RGB89612-
CMYK0.9200.880.62
HSL122.73º84.62%20.39%-
HSV(B)122.73º91.67%37.65%-
XYZ4.358.441.75-
YUV60.11100.8590.83-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.90%
GREEN value IS 96 (37.89% from 255) = 82.76%
BLUE value IS 12 (5.08% from 255) = 10.34%
R=6.90%
G=82.76%
B=10.34%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal896120.9200.880.62122.7384.6220.39
Hex860C5C0583E7b5514
Octal101401413401307617312524
Binary1000110000011001011100010110001111101111011101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08600C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08600C; }

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

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

<style>
 a { background-color: #08600C; }

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

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

<style>
 span { border-color: #08600C; }

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

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