Shades of Green #0A7209
Tints of Green #0A7209
RGB
CMYK
RGB Variations
Color information
#0A7209 (or 0x0A7209) is known color: Green. HEX triplet: 0A, 72 and 09. RGB value is (10,114,9). Sum of RGB (Red+Green+Blue) = 10+114+9=133 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.52% from 133); Green value is 114 (44.92% from 255 or 85.71% from 133); Blue value is 9 (3.91% from 255 or 6.77% from 133); Max value from RGB is 114 - color contains mainly: green. Hex color #0A7209 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A7209 is #F58DF6. Grayscale: #474747. Windows color (decimal): -16092663 or 619018. OLE color: 619018.
HSL color Cylindrical-coordinate representation of color #0A7209: hue angle of 119.43º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A7209 is Cyan = 0.91, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 10 | 114 | 9 | - |
| CMYK | 0.91 | 0 | 0.92 | 0.55 |
| HSL | 119.43º | 0.85% | 0.24% | - |
| HSV(B) | 119.43º | 0.92% | 0.45% | - |
| XYZ | 6.19 | 12.12 | 2.27 | - |
| YUV | 70.93 | 93.04 | 84.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 114 | 9 | 0.91 | 0 | 0.92 | 0.55 | 119.43 | 0.85 | 0.24 |
| Hex | A | 72 | 9 | 5B | 0 | 5C | 37 | 77 | 55 | 18 |
| Octal | 12 | 162 | 11 | 133 | 0 | 134 | 67 | 167 | 125 | 30 |
| Binary | 1010 | 1110010 | 1001 | 1011011 | 0 | 1011100 | 110111 | 1110111 | 1010101 | 11000 |
Color Harmonies of #0A7209
Complementary color
Monochromatic Colors of #0A7209
Black with #0A7209
Text Example
Text Example
White with #0A7209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A7209; }
p { color: rgb(10,114,9); }
H1.HeaderClassName
{
color: #0A7209;
}
.AnyTagClassName
{
color: #0A7209;
}
</style>
background-color css
<style>
a { background-color: #0A7209; }
a { background-color: rgb(10,114,9); }
div.DivClassName
{
background-color: #0A7209;
}
.BgClassName
{
background-color: #0A7209;
}
</style>
border-color css
<style>
span { border-color: #0A7209; }
span { border-color: rgb(10,114,9); }
td.TdClassName
{
border-color: #0A7209;
}
.TagClassName
{
border-color: #0A7209;
}
</style>