#096404

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

Shades of Green #096404

Tints of Green #096404

Color information

#096404 (or 0x096404) is unknown color: approx Green. HEX triplet: 09, 64 and 04. RGB value is (9,100,4). Sum of RGB (Red+Green+Blue) = 9+100+4=113 (14% of max value = 765). Red value is 9 (3.91% from 255 or 7.96% from 113); Green value is 100 (39.45% from 255 or 88.50% from 113); Blue value is 4 (1.95% from 255 or 3.54% from 113); Max value from RGB is 100 - color contains mainly: green. Hex color #096404 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096404 is #F69BFB. Grayscale: #3E3E3E. Windows color (decimal): -16161788 or 287753. OLE color: 287753.

HSL color Cylindrical-coordinate representation of color #096404: hue angle of 116.88º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #096404 is Cyan = 0.91, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.61.

Color convert

RGB91004-
CMYK0.9100.960.61
HSL116.88º92.31%20.39%-
HSV(B)116.88º96%39.22%-
XYZ4.699.181.64-
YUV61.8595.3590.31-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.96%
GREEN value IS 100 (39.45% from 255) = 88.50%
BLUE value IS 4 (1.95% from 255) = 3.54%
R=7.96%
G=88.50%
B=3.54%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal910040.9100.960.61116.8892.3120.39
Hex96445B0603D755c14
Octal11144413301407516513424
Binary100111001001001011011011000001111011110101101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096404; }

 p { color: rgb(9,100,4); }

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

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

 a { background-color: rgb(9,100,4); }

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

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

 span { border-color: rgb(9,100,4); }

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