Shades of Green #095905
Tints of Green #095905
RGB
CMYK
RGB Variations
Color information
#095905 (or 0x095905) is known color: Green. HEX triplet: 09, 59 and 05. RGB value is (9,89,5). Sum of RGB (Red+Green+Blue) = 9+89+5=103 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.74% from 103); Green value is 89 (35.16% from 255 or 86.41% from 103); Blue value is 5 (2.34% from 255 or 4.85% from 103); Max value from RGB is 89 - color contains mainly: green. Hex color #095905 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095905 is #F6A6FA. Grayscale: #373737. Windows color (decimal): -16164603 or 350473. OLE color: 350473.
HSL color Cylindrical-coordinate representation of color #095905: hue angle of 117.14º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #095905 is Cyan = 0.90, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 9 | 89 | 5 | - |
| CMYK | 0.90 | 0 | 0.94 | 0.65 |
| HSL | 117.14º | 0.89% | 0.18% | - |
| HSV(B) | 117.14º | 0.94% | 0.35% | - |
| XYZ | 3.71 | 7.21 | 1.34 | - |
| YUV | 55.5 | 99.5 | 94.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 89 | 5 | 0.90 | 0 | 0.94 | 0.65 | 117.14 | 0.89 | 0.18 |
| Hex | 9 | 59 | 5 | 5A | 0 | 5E | 41 | 75 | 59 | 12 |
| Octal | 11 | 131 | 5 | 132 | 0 | 136 | 101 | 165 | 131 | 22 |
| Binary | 1001 | 1011001 | 101 | 1011010 | 0 | 1011110 | 1000001 | 1110101 | 1011001 | 10010 |
Color Harmonies of #095905
Complementary color
Monochromatic Colors of #095905
Black with #095905
Text Example
Text Example
White with #095905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095905; }
p { color: rgb(9,89,5); }
H1.HeaderClassName
{
color: #095905;
}
.AnyTagClassName
{
color: #095905;
}
</style>
background-color css
<style>
a { background-color: #095905; }
a { background-color: rgb(9,89,5); }
div.DivClassName
{
background-color: #095905;
}
.BgClassName
{
background-color: #095905;
}
</style>
border-color css
<style>
span { border-color: #095905; }
span { border-color: rgb(9,89,5); }
td.TdClassName
{
border-color: #095905;
}
.TagClassName
{
border-color: #095905;
}
</style>