Shades of Green #09660A
Tints of Green #09660A
RGB
CMYK
RGB Variations
Color information
#09660A (or 0x09660A) is known color: Green. HEX triplet: 09, 66 and 0A. RGB value is (9,102,10). Sum of RGB (Red+Green+Blue) = 9+102+10=121 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.44% from 121); Green value is 102 (40.23% from 255 or 84.30% from 121); Blue value is 10 (4.30% from 255 or 8.26% from 121); Max value from RGB is 102 - color contains mainly: green. Hex color #09660A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #09660A is #F699F5. Grayscale: #3F3F3F. Windows color (decimal): -16161270 or 681481. OLE color: 681481.
HSL color Cylindrical-coordinate representation of color #09660A: hue angle of 120.65º 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 #09660A is Cyan = 0.91, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 9 | 102 | 10 | - |
| CMYK | 0.91 | 0 | 0.90 | 0.6 |
| HSL | 120.65º | 0.84% | 0.22% | - |
| HSV(B) | 120.65º | 0.91% | 0.4% | - |
| XYZ | 4.92 | 9.58 | 1.88 | - |
| YUV | 63.71 | 97.69 | 88.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 102 | 10 | 0.91 | 0 | 0.90 | 0.6 | 120.65 | 0.84 | 0.22 |
| Hex | 9 | 66 | A | 5B | 0 | 5A | 3C | 79 | 54 | 16 |
| Octal | 11 | 146 | 12 | 133 | 0 | 132 | 74 | 171 | 124 | 26 |
| Binary | 1001 | 1100110 | 1010 | 1011011 | 0 | 1011010 | 111100 | 1111001 | 1010100 | 10110 |
Color Harmonies of #09660A
Complementary color
Monochromatic Colors of #09660A
Black with #09660A
Text Example
Text Example
White with #09660A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09660A; }
p { color: rgb(9,102,10); }
H1.HeaderClassName
{
color: #09660A;
}
.AnyTagClassName
{
color: #09660A;
}
</style>
background-color css
<style>
a { background-color: #09660A; }
a { background-color: rgb(9,102,10); }
div.DivClassName
{
background-color: #09660A;
}
.BgClassName
{
background-color: #09660A;
}
</style>
border-color css
<style>
span { border-color: #09660A; }
span { border-color: rgb(9,102,10); }
td.TdClassName
{
border-color: #09660A;
}
.TagClassName
{
border-color: #09660A;
}
</style>