Shades of Green #096901
Tints of Green #096901
RGB
CMYK
RGB Variations
Color information
#096901 (or 0x096901) is known color: Green. HEX triplet: 09, 69 and 01. RGB value is (9,105,1). Sum of RGB (Red+Green+Blue) = 9+105+1=115 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.83% from 115); Green value is 105 (41.41% from 255 or 91.30% from 115); Blue value is 1 (0.78% from 255 or 0.87% from 115); Max value from RGB is 105 - color contains mainly: green. Hex color #096901 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096901 is #F696FE. Grayscale: #404040. Windows color (decimal): -16160511 or 92425. OLE color: 92425.
HSL color Cylindrical-coordinate representation of color #096901: hue angle of 115.38º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #096901 is Cyan = 0.91, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 9 | 105 | 1 | - |
| CMYK | 0.91 | 0 | 0.99 | 0.59 |
| HSL | 115.38º | 0.98% | 0.21% | - |
| HSV(B) | 115.38º | 0.99% | 0.41% | - |
| XYZ | 5.17 | 10.16 | 1.72 | - |
| YUV | 64.44 | 92.2 | 88.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 105 | 1 | 0.91 | 0 | 0.99 | 0.59 | 115.38 | 0.98 | 0.21 |
| Hex | 9 | 69 | 1 | 5B | 0 | 63 | 3B | 73 | 62 | 15 |
| Octal | 11 | 151 | 1 | 133 | 0 | 143 | 73 | 163 | 142 | 25 |
| Binary | 1001 | 1101001 | 1 | 1011011 | 0 | 1100011 | 111011 | 1110011 | 1100010 | 10101 |
Color Harmonies of #096901
Complementary color
Monochromatic Colors of #096901
Black with #096901
Text Example
Text Example
White with #096901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096901; }
p { color: rgb(9,105,1); }
H1.HeaderClassName
{
color: #096901;
}
.AnyTagClassName
{
color: #096901;
}
</style>
background-color css
<style>
a { background-color: #096901; }
a { background-color: rgb(9,105,1); }
div.DivClassName
{
background-color: #096901;
}
.BgClassName
{
background-color: #096901;
}
</style>
border-color css
<style>
span { border-color: #096901; }
span { border-color: rgb(9,105,1); }
td.TdClassName
{
border-color: #096901;
}
.TagClassName
{
border-color: #096901;
}
</style>