Shades of Green #096614
Tints of Green #096614
RGB
CMYK
RGB Variations
Color information
#096614 (or 0x096614) is known color: Green. HEX triplet: 09, 66 and 14. RGB value is (9,102,20). Sum of RGB (Red+Green+Blue) = 9+102+20=131 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.87% from 131); Green value is 102 (40.23% from 255 or 77.86% from 131); Blue value is 20 (8.20% from 255 or 15.27% from 131); Max value from RGB is 102 - color contains mainly: green. Hex color #096614 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096614 is #F699EB. Grayscale: #414141. Windows color (decimal): -16161260 or 1336841. OLE color: 1336841.
HSL color Cylindrical-coordinate representation of color #096614: hue angle of 127.1º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096614 is Cyan = 0.91, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 9 | 102 | 20 | - |
| CMYK | 0.91 | 0 | 0.80 | 0.6 |
| HSL | 127.1º | 0.84% | 0.22% | - |
| HSV(B) | 127.1º | 0.91% | 0.4% | - |
| XYZ | 4.99 | 9.61 | 2.25 | - |
| YUV | 64.85 | 102.69 | 88.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 102 | 20 | 0.91 | 0 | 0.80 | 0.6 | 127.1 | 0.84 | 0.22 |
| Hex | 9 | 66 | 14 | 5B | 0 | 50 | 3C | 7F | 54 | 16 |
| Octal | 11 | 146 | 24 | 133 | 0 | 120 | 74 | 177 | 124 | 26 |
| Binary | 1001 | 1100110 | 10100 | 1011011 | 0 | 1010000 | 111100 | 1111111 | 1010100 | 10110 |
Color Harmonies of #096614
Complementary color
Monochromatic Colors of #096614
Black with #096614
Text Example
Text Example
White with #096614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096614; }
p { color: rgb(9,102,20); }
H1.HeaderClassName
{
color: #096614;
}
.AnyTagClassName
{
color: #096614;
}
</style>
background-color css
<style>
a { background-color: #096614; }
a { background-color: rgb(9,102,20); }
div.DivClassName
{
background-color: #096614;
}
.BgClassName
{
background-color: #096614;
}
</style>
border-color css
<style>
span { border-color: #096614; }
span { border-color: rgb(9,102,20); }
td.TdClassName
{
border-color: #096614;
}
.TagClassName
{
border-color: #096614;
}
</style>