Shades of Green #0A7409
Tints of Green #0A7409
RGB
CMYK
RGB Variations
Color information
#0A7409 (or 0x0A7409) is known color: Green. HEX triplet: 0A, 74 and 09. RGB value is (10,116,9). Sum of RGB (Red+Green+Blue) = 10+116+9=135 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.41% from 135); Green value is 116 (45.70% from 255 or 85.93% from 135); Blue value is 9 (3.91% from 255 or 6.67% from 135); Max value from RGB is 116 - color contains mainly: green. Hex color #0A7409 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A7409 is #F58BF6. Grayscale: #484848. Windows color (decimal): -16092151 or 619530. OLE color: 619530.
HSL color Cylindrical-coordinate representation of color #0A7409: hue angle of 119.44º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A7409 is Cyan = 0.91, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 10 | 116 | 9 | - |
| CMYK | 0.91 | 0 | 0.92 | 0.55 |
| HSL | 119.44º | 0.86% | 0.25% | - |
| HSV(B) | 119.44º | 0.92% | 0.45% | - |
| XYZ | 6.42 | 12.58 | 2.35 | - |
| YUV | 72.11 | 92.38 | 83.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 116 | 9 | 0.91 | 0 | 0.92 | 0.55 | 119.44 | 0.86 | 0.25 |
| Hex | A | 74 | 9 | 5B | 0 | 5C | 37 | 77 | 56 | 19 |
| Octal | 12 | 164 | 11 | 133 | 0 | 134 | 67 | 167 | 126 | 31 |
| Binary | 1010 | 1110100 | 1001 | 1011011 | 0 | 1011100 | 110111 | 1110111 | 1010110 | 11001 |
Color Harmonies of #0A7409
Complementary color
Monochromatic Colors of #0A7409
Black with #0A7409
Text Example
Text Example
White with #0A7409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A7409; }
p { color: rgb(10,116,9); }
H1.HeaderClassName
{
color: #0A7409;
}
.AnyTagClassName
{
color: #0A7409;
}
</style>
background-color css
<style>
a { background-color: #0A7409; }
a { background-color: rgb(10,116,9); }
div.DivClassName
{
background-color: #0A7409;
}
.BgClassName
{
background-color: #0A7409;
}
</style>
border-color css
<style>
span { border-color: #0A7409; }
span { border-color: rgb(10,116,9); }
td.TdClassName
{
border-color: #0A7409;
}
.TagClassName
{
border-color: #0A7409;
}
</style>