#096C08

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

Shades of Green #096C08

Tints of Green #096C08

Color information

#096C08 (or 0x096C08) is unknown color: approx Green. HEX triplet: 09, 6C and 08. RGB value is (9,108,8). Sum of RGB (Red+Green+Blue) = 9+108+8=125 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.2% from 125); Green value is 108 (42.58% from 255 or 86.4% from 125); Blue value is 8 (3.52% from 255 or 6.4% from 125); Max value from RGB is 108 - color contains mainly: green. Hex color #096C08 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096C08 is #F693F7. Grayscale: #434343. Windows color (decimal): -16159736 or 551945. OLE color: 551945.

HSL color Cylindrical-coordinate representation of color #096C08: hue angle of 119.4º 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 #096C08 is Cyan = 0.92, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.58.

Color convert

RGB91088-
CMYK0.9200.930.58
HSL119.4º86.21%22.75%-
HSV(B)119.4º92.59%42.35%-
XYZ5.5210.82.02-
YUV6794.786.63-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.2%
GREEN value IS 108 (42.58% from 255) = 86.4%
BLUE value IS 8 (3.52% from 255) = 6.4%
R=7.2%
G=86.4%
B=6.4%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal910880.9200.930.58119.486.2122.75
Hex96C85C05D3A775617
Octal111541013401357216712627
Binary1001110110010001011100010111011110101110111101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096C08; }

 p { color: rgb(9,108,8); }

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

<style>
 a { background-color: #096C08; }

 a { background-color: rgb(9,108,8); }

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

<style>
 span { border-color: #096C08; }

 span { border-color: rgb(9,108,8); }

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