#096410

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

Shades of Green #096410

Tints of Green #096410

Color information

#096410 (or 0x096410) is unknown color: approx Green. HEX triplet: 09, 64 and 10. RGB value is (9,100,16). Sum of RGB (Red+Green+Blue) = 9+100+16=125 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.2% from 125); Green value is 100 (39.45% from 255 or 80% from 125); Blue value is 16 (6.64% from 255 or 12.8% from 125); Max value from RGB is 100 - color contains mainly: green. Hex color #096410 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096410 is #F69BEF. Grayscale: #3F3F3F. Windows color (decimal): -16161776 or 1074185. OLE color: 1074185.

HSL color Cylindrical-coordinate representation of color #096410: hue angle of 124.62º 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 #096410 is Cyan = 0.91, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.61.

Color convert

RGB910016-
CMYK0.9100.840.61
HSL124.62º83.49%21.37%-
HSV(B)124.62º91%39.22%-
XYZ4.769.212.02-
YUV63.22101.3589.33-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.2%
GREEN value IS 100 (39.45% from 255) = 80%
BLUE value IS 16 (6.64% from 255) = 12.8%
R=7.2%
G=80%
B=12.8%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9100160.9100.840.61124.6283.4921.37
Hex964105B0543D7d5315
Octal111442013301247517512325
Binary10011100100100001011011010101001111011111101101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096410; }

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

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

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

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

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

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

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

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