Shades of Green #09660E
Tints of Green #09660E
RGB
CMYK
RGB Variations
Color information
#09660E (or 0x09660E) is known color: Green. HEX triplet: 09, 66 and 0E. RGB value is (9,102,14). Sum of RGB (Red+Green+Blue) = 9+102+14=125 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.2% from 125); Green value is 102 (40.23% from 255 or 81.6% from 125); Blue value is 14 (5.86% from 255 or 11.2% from 125); Max value from RGB is 102 - color contains mainly: green. Hex color #09660E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #09660E is #F699F1. Grayscale: #404040. Windows color (decimal): -16161266 or 943625. OLE color: 943625.
HSL color Cylindrical-coordinate representation of color #09660E: hue angle of 123.23º 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 #09660E is Cyan = 0.91, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 9 | 102 | 14 | - |
| CMYK | 0.91 | 0 | 0.86 | 0.6 |
| HSL | 123.23º | 0.84% | 0.22% | - |
| HSV(B) | 123.23º | 0.91% | 0.4% | - |
| XYZ | 4.94 | 9.59 | 2.01 | - |
| YUV | 64.16 | 99.69 | 88.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 102 | 14 | 0.91 | 0 | 0.86 | 0.6 | 123.23 | 0.84 | 0.22 |
| Hex | 9 | 66 | E | 5B | 0 | 56 | 3C | 7B | 54 | 16 |
| Octal | 11 | 146 | 16 | 133 | 0 | 126 | 74 | 173 | 124 | 26 |
| Binary | 1001 | 1100110 | 1110 | 1011011 | 0 | 1010110 | 111100 | 1111011 | 1010100 | 10110 |
Color Harmonies of #09660E
Complementary color
Monochromatic Colors of #09660E
Black with #09660E
Text Example
Text Example
White with #09660E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09660E; }
p { color: rgb(9,102,14); }
H1.HeaderClassName
{
color: #09660E;
}
.AnyTagClassName
{
color: #09660E;
}
</style>
background-color css
<style>
a { background-color: #09660E; }
a { background-color: rgb(9,102,14); }
div.DivClassName
{
background-color: #09660E;
}
.BgClassName
{
background-color: #09660E;
}
</style>
border-color css
<style>
span { border-color: #09660E; }
span { border-color: rgb(9,102,14); }
td.TdClassName
{
border-color: #09660E;
}
.TagClassName
{
border-color: #09660E;
}
</style>