#096211

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

Shades of Green #096211

Tints of Green #096211

Color information

#096211 (or 0x096211) is unknown color: approx Green. HEX triplet: 09, 62 and 11. RGB value is (9,98,17). Sum of RGB (Red+Green+Blue) = 9+98+17=124 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.26% from 124); Green value is 98 (38.67% from 255 or 79.03% from 124); Blue value is 17 (7.03% from 255 or 13.71% from 124); Max value from RGB is 98 - color contains mainly: green. Hex color #096211 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096211 is #F69DEE. Grayscale: #3E3E3E. Windows color (decimal): -16162287 or 1139209. OLE color: 1139209.

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

Color convert

RGB99817-
CMYK0.9100.830.62
HSL125.39º83.18%20.98%-
HSV(B)125.39º90.82%38.43%-
XYZ4.588.831.99-
YUV62.16102.5190.09-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.26%
GREEN value IS 98 (38.67% from 255) = 79.03%
BLUE value IS 17 (7.03% from 255) = 13.71%
R=7.26%
G=79.03%
B=13.71%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal998170.9100.830.62125.3983.1820.98
Hex962115B0533E7d5315
Octal111422113301237617512325
Binary10011100010100011011011010100111111101111101101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096211; }

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

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

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

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

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

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

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

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