Shades of Green #09690A
Tints of Green #09690A
RGB
CMYK
RGB Variations
Color information
#09690A (or 0x09690A) is known color: Green. HEX triplet: 09, 69 and 0A. RGB value is (9,105,10). Sum of RGB (Red+Green+Blue) = 9+105+10=124 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.26% from 124); Green value is 105 (41.41% from 255 or 84.68% from 124); Blue value is 10 (4.30% from 255 or 8.06% from 124); Max value from RGB is 105 - color contains mainly: green. Hex color #09690A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #09690A is #F696F5. Grayscale: #414141. Windows color (decimal): -16160502 or 682249. OLE color: 682249.
HSL color Cylindrical-coordinate representation of color #09690A: hue angle of 120.63º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #09690A is Cyan = 0.91, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 9 | 105 | 10 | - |
| CMYK | 0.91 | 0 | 0.90 | 0.59 |
| HSL | 120.63º | 0.84% | 0.22% | - |
| HSV(B) | 120.63º | 0.91% | 0.41% | - |
| XYZ | 5.22 | 10.18 | 1.98 | - |
| YUV | 65.47 | 96.7 | 87.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 105 | 10 | 0.91 | 0 | 0.90 | 0.59 | 120.63 | 0.84 | 0.22 |
| Hex | 9 | 69 | A | 5B | 0 | 5A | 3B | 79 | 54 | 16 |
| Octal | 11 | 151 | 12 | 133 | 0 | 132 | 73 | 171 | 124 | 26 |
| Binary | 1001 | 1101001 | 1010 | 1011011 | 0 | 1011010 | 111011 | 1111001 | 1010100 | 10110 |
Color Harmonies of #09690A
Complementary color
Monochromatic Colors of #09690A
Black with #09690A
Text Example
Text Example
White with #09690A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09690A; }
p { color: rgb(9,105,10); }
H1.HeaderClassName
{
color: #09690A;
}
.AnyTagClassName
{
color: #09690A;
}
</style>
background-color css
<style>
a { background-color: #09690A; }
a { background-color: rgb(9,105,10); }
div.DivClassName
{
background-color: #09690A;
}
.BgClassName
{
background-color: #09690A;
}
</style>
border-color css
<style>
span { border-color: #09690A; }
span { border-color: rgb(9,105,10); }
td.TdClassName
{
border-color: #09690A;
}
.TagClassName
{
border-color: #09690A;
}
</style>