Shades of Green #096205
Tints of Green #096205
RGB
CMYK
RGB Variations
Color information
#096205 (or 0x096205) is known color: Green. HEX triplet: 09, 62 and 05. RGB value is (9,98,5). Sum of RGB (Red+Green+Blue) = 9+98+5=112 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.04% from 112); Green value is 98 (38.67% from 255 or 87.5% from 112); Blue value is 5 (2.34% from 255 or 4.46% from 112); Max value from RGB is 98 - color contains mainly: green. Hex color #096205 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096205 is #F69DFA. Grayscale: #3D3D3D. Windows color (decimal): -16162299 or 352777. OLE color: 352777.
HSL color Cylindrical-coordinate representation of color #096205: hue angle of 117.42º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #096205 is Cyan = 0.91, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 9 | 98 | 5 | - |
| CMYK | 0.91 | 0 | 0.95 | 0.62 |
| HSL | 117.42º | 0.9% | 0.2% | - |
| HSV(B) | 117.42º | 0.95% | 0.38% | - |
| XYZ | 4.51 | 8.8 | 1.61 | - |
| YUV | 60.79 | 96.51 | 91.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 98 | 5 | 0.91 | 0 | 0.95 | 0.62 | 117.42 | 0.9 | 0.2 |
| Hex | 9 | 62 | 5 | 5B | 0 | 5F | 3E | 75 | 5A | 14 |
| Octal | 11 | 142 | 5 | 133 | 0 | 137 | 76 | 165 | 132 | 24 |
| Binary | 1001 | 1100010 | 101 | 1011011 | 0 | 1011111 | 111110 | 1110101 | 1011010 | 10100 |
Color Harmonies of #096205
Complementary color
Monochromatic Colors of #096205
Black with #096205
Text Example
Text Example
White with #096205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096205; }
p { color: rgb(9,98,5); }
H1.HeaderClassName
{
color: #096205;
}
.AnyTagClassName
{
color: #096205;
}
</style>
background-color css
<style>
a { background-color: #096205; }
a { background-color: rgb(9,98,5); }
div.DivClassName
{
background-color: #096205;
}
.BgClassName
{
background-color: #096205;
}
</style>
border-color css
<style>
span { border-color: #096205; }
span { border-color: rgb(9,98,5); }
td.TdClassName
{
border-color: #096205;
}
.TagClassName
{
border-color: #096205;
}
</style>