#096414

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

Shades of Green #096414

Tints of Green #096414

Color information

#096414 (or 0x096414) is unknown color: approx Green. HEX triplet: 09, 64 and 14. RGB value is (9,100,20). Sum of RGB (Red+Green+Blue) = 9+100+20=129 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.98% from 129); Green value is 100 (39.45% from 255 or 77.52% from 129); Blue value is 20 (8.20% from 255 or 15.50% from 129); Max value from RGB is 100 - color contains mainly: green. Hex color #096414 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096414 is #F69BEB. Grayscale: #3F3F3F. Windows color (decimal): -16161772 or 1336329. OLE color: 1336329.

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

Color convert

RGB910020-
CMYK0.9100.80.61
HSL127.25º83.49%21.37%-
HSV(B)127.25º91%39.22%-
XYZ4.89.222.19-
YUV63.67103.3589-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.98%
GREEN value IS 100 (39.45% from 255) = 77.52%
BLUE value IS 20 (8.20% from 255) = 15.50%
R=6.98%
G=77.52%
B=15.50%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9100200.9100.80.61127.2583.4921.37
Hex964145B0503D7f5315
Octal111442413301207517712325
Binary10011100100101001011011010100001111011111111101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096414; }

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

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

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

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

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

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

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

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