#096411

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

Shades of Green #096411

Tints of Green #096411

Color information

#096411 (or 0x096411) is unknown color: approx Green. HEX triplet: 09, 64 and 11. RGB value is (9,100,17). Sum of RGB (Red+Green+Blue) = 9+100+17=126 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.14% from 126); Green value is 100 (39.45% from 255 or 79.37% from 126); Blue value is 17 (7.03% from 255 or 13.49% from 126); Max value from RGB is 100 - color contains mainly: green. Hex color #096411 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096411 is #F69BEE. Grayscale: #3F3F3F. Windows color (decimal): -16161775 or 1139721. OLE color: 1139721.

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

Color convert

RGB910017-
CMYK0.9100.830.61
HSL125.27º83.49%21.37%-
HSV(B)125.27º91%39.22%-
XYZ4.779.212.06-
YUV63.33101.8589.25-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.14%
GREEN value IS 100 (39.45% from 255) = 79.37%
BLUE value IS 17 (7.03% from 255) = 13.49%
R=7.14%
G=79.37%
B=13.49%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9100170.9100.830.61125.2783.4921.37
Hex964115B0533D7d5315
Octal111442113301237517512325
Binary10011100100100011011011010100111111011111101101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096411; }

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

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

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

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

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

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

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

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