Shades of Green #09660D
Tints of Green #09660D
RGB
CMYK
RGB Variations
Color information
#09660D (or 0x09660D) is known color: Green. HEX triplet: 09, 66 and 0D. RGB value is (9,102,13). Sum of RGB (Red+Green+Blue) = 9+102+13=124 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.26% from 124); Green value is 102 (40.23% from 255 or 82.26% from 124); Blue value is 13 (5.47% from 255 or 10.48% from 124); Max value from RGB is 102 - color contains mainly: green. Hex color #09660D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #09660D is #F699F2. Grayscale: #404040. Windows color (decimal): -16161267 or 878089. OLE color: 878089.
HSL color Cylindrical-coordinate representation of color #09660D: hue angle of 122.58º 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 #09660D is Cyan = 0.91, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 9 | 102 | 13 | - |
| CMYK | 0.91 | 0 | 0.87 | 0.6 |
| HSL | 122.58º | 0.84% | 0.22% | - |
| HSV(B) | 122.58º | 0.91% | 0.4% | - |
| XYZ | 4.94 | 9.59 | 1.97 | - |
| YUV | 64.05 | 99.19 | 88.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 102 | 13 | 0.91 | 0 | 0.87 | 0.6 | 122.58 | 0.84 | 0.22 |
| Hex | 9 | 66 | D | 5B | 0 | 57 | 3C | 7B | 54 | 16 |
| Octal | 11 | 146 | 15 | 133 | 0 | 127 | 74 | 173 | 124 | 26 |
| Binary | 1001 | 1100110 | 1101 | 1011011 | 0 | 1010111 | 111100 | 1111011 | 1010100 | 10110 |
Color Harmonies of #09660D
Complementary color
Monochromatic Colors of #09660D
Black with #09660D
Text Example
Text Example
White with #09660D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09660D; }
p { color: rgb(9,102,13); }
H1.HeaderClassName
{
color: #09660D;
}
.AnyTagClassName
{
color: #09660D;
}
</style>
background-color css
<style>
a { background-color: #09660D; }
a { background-color: rgb(9,102,13); }
div.DivClassName
{
background-color: #09660D;
}
.BgClassName
{
background-color: #09660D;
}
</style>
border-color css
<style>
span { border-color: #09660D; }
span { border-color: rgb(9,102,13); }
td.TdClassName
{
border-color: #09660D;
}
.TagClassName
{
border-color: #09660D;
}
</style>