Shades of Green #09660C
Tints of Green #09660C
RGB
CMYK
RGB Variations
Color information
#09660C (or 0x09660C) is known color: Green. HEX triplet: 09, 66 and 0C. RGB value is (9,102,12). Sum of RGB (Red+Green+Blue) = 9+102+12=123 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.32% from 123); Green value is 102 (40.23% from 255 or 82.93% from 123); Blue value is 12 (5.08% from 255 or 9.76% from 123); Max value from RGB is 102 - color contains mainly: green. Hex color #09660C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #09660C is #F699F3. Grayscale: #404040. Windows color (decimal): -16161268 or 812553. OLE color: 812553.
HSL color Cylindrical-coordinate representation of color #09660C: hue angle of 121.94º 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 #09660C is Cyan = 0.91, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 9 | 102 | 12 | - |
| CMYK | 0.91 | 0 | 0.88 | 0.6 |
| HSL | 121.94º | 0.84% | 0.22% | - |
| HSV(B) | 121.94º | 0.91% | 0.4% | - |
| XYZ | 4.93 | 9.59 | 1.94 | - |
| YUV | 63.93 | 98.69 | 88.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 102 | 12 | 0.91 | 0 | 0.88 | 0.6 | 121.94 | 0.84 | 0.22 |
| Hex | 9 | 66 | C | 5B | 0 | 58 | 3C | 7A | 54 | 16 |
| Octal | 11 | 146 | 14 | 133 | 0 | 130 | 74 | 172 | 124 | 26 |
| Binary | 1001 | 1100110 | 1100 | 1011011 | 0 | 1011000 | 111100 | 1111010 | 1010100 | 10110 |
Color Harmonies of #09660C
Complementary color
Monochromatic Colors of #09660C
Black with #09660C
Text Example
Text Example
White with #09660C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09660C; }
p { color: rgb(9,102,12); }
H1.HeaderClassName
{
color: #09660C;
}
.AnyTagClassName
{
color: #09660C;
}
</style>
background-color css
<style>
a { background-color: #09660C; }
a { background-color: rgb(9,102,12); }
div.DivClassName
{
background-color: #09660C;
}
.BgClassName
{
background-color: #09660C;
}
</style>
border-color css
<style>
span { border-color: #09660C; }
span { border-color: rgb(9,102,12); }
td.TdClassName
{
border-color: #09660C;
}
.TagClassName
{
border-color: #09660C;
}
</style>