Shades of Green #0A7206
Tints of Green #0A7206
RGB
CMYK
RGB Variations
Color information
#0A7206 (or 0x0A7206) is known color: Green. HEX triplet: 0A, 72 and 06. RGB value is (10,114,6). Sum of RGB (Red+Green+Blue) = 10+114+6=130 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.69% from 130); Green value is 114 (44.92% from 255 or 87.69% from 130); Blue value is 6 (2.73% from 255 or 4.62% from 130); Max value from RGB is 114 - color contains mainly: green. Hex color #0A7206 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A7206 is #F58DF9. Grayscale: #464646. Windows color (decimal): -16092666 or 422410. OLE color: 422410.
HSL color Cylindrical-coordinate representation of color #0A7206: hue angle of 117.78º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A7206 is Cyan = 0.91, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 10 | 114 | 6 | - |
| CMYK | 0.91 | 0 | 0.95 | 0.55 |
| HSL | 117.78º | 0.9% | 0.24% | - |
| HSV(B) | 117.78º | 0.95% | 0.45% | - |
| XYZ | 6.18 | 12.11 | 2.18 | - |
| YUV | 70.59 | 91.54 | 84.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 114 | 6 | 0.91 | 0 | 0.95 | 0.55 | 117.78 | 0.9 | 0.24 |
| Hex | A | 72 | 6 | 5B | 0 | 5F | 37 | 76 | 5A | 18 |
| Octal | 12 | 162 | 6 | 133 | 0 | 137 | 67 | 166 | 132 | 30 |
| Binary | 1010 | 1110010 | 110 | 1011011 | 0 | 1011111 | 110111 | 1110110 | 1011010 | 11000 |
Color Harmonies of #0A7206
Complementary color
Monochromatic Colors of #0A7206
Black with #0A7206
Text Example
Text Example
White with #0A7206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A7206; }
p { color: rgb(10,114,6); }
H1.HeaderClassName
{
color: #0A7206;
}
.AnyTagClassName
{
color: #0A7206;
}
</style>
background-color css
<style>
a { background-color: #0A7206; }
a { background-color: rgb(10,114,6); }
div.DivClassName
{
background-color: #0A7206;
}
.BgClassName
{
background-color: #0A7206;
}
</style>
border-color css
<style>
span { border-color: #0A7206; }
span { border-color: rgb(10,114,6); }
td.TdClassName
{
border-color: #0A7206;
}
.TagClassName
{
border-color: #0A7206;
}
</style>