Shades of Green #09660B
Tints of Green #09660B
RGB
CMYK
RGB Variations
Color information
#09660B (or 0x09660B) is known color: Green. HEX triplet: 09, 66 and 0B. RGB value is (9,102,11). Sum of RGB (Red+Green+Blue) = 9+102+11=122 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.38% from 122); Green value is 102 (40.23% from 255 or 83.61% from 122); Blue value is 11 (4.69% from 255 or 9.02% from 122); Max value from RGB is 102 - color contains mainly: green. Hex color #09660B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #09660B is #F699F4. Grayscale: #404040. Windows color (decimal): -16161269 or 747017. OLE color: 747017.
HSL color Cylindrical-coordinate representation of color #09660B: hue angle of 121.29º 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 #09660B is Cyan = 0.91, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 9 | 102 | 11 | - |
| CMYK | 0.91 | 0 | 0.89 | 0.6 |
| HSL | 121.29º | 0.84% | 0.22% | - |
| HSV(B) | 121.29º | 0.91% | 0.4% | - |
| XYZ | 4.92 | 9.58 | 1.91 | - |
| YUV | 63.82 | 98.19 | 88.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 102 | 11 | 0.91 | 0 | 0.89 | 0.6 | 121.29 | 0.84 | 0.22 |
| Hex | 9 | 66 | B | 5B | 0 | 59 | 3C | 79 | 54 | 16 |
| Octal | 11 | 146 | 13 | 133 | 0 | 131 | 74 | 171 | 124 | 26 |
| Binary | 1001 | 1100110 | 1011 | 1011011 | 0 | 1011001 | 111100 | 1111001 | 1010100 | 10110 |
Color Harmonies of #09660B
Complementary color
Monochromatic Colors of #09660B
Black with #09660B
Text Example
Text Example
White with #09660B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09660B; }
p { color: rgb(9,102,11); }
H1.HeaderClassName
{
color: #09660B;
}
.AnyTagClassName
{
color: #09660B;
}
</style>
background-color css
<style>
a { background-color: #09660B; }
a { background-color: rgb(9,102,11); }
div.DivClassName
{
background-color: #09660B;
}
.BgClassName
{
background-color: #09660B;
}
</style>
border-color css
<style>
span { border-color: #09660B; }
span { border-color: rgb(9,102,11); }
td.TdClassName
{
border-color: #09660B;
}
.TagClassName
{
border-color: #09660B;
}
</style>