Shades of Green #0A721C
Tints of Green #0A721C
RGB
CMYK
RGB Variations
Color information
#0A721C (or 0x0A721C) is known color: Green. HEX triplet: 0A, 72 and 1C. RGB value is (10,114,28). Sum of RGB (Red+Green+Blue) = 10+114+28=152 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.58% from 152); Green value is 114 (44.92% from 255 or 75% from 152); Blue value is 28 (11.33% from 255 or 18.42% from 152); Max value from RGB is 114 - color contains mainly: green. Hex color #0A721C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A721C is #F58DE3. Grayscale: #494949. Windows color (decimal): -16092644 or 1864202. OLE color: 1864202.
HSL color Cylindrical-coordinate representation of color #0A721C: hue angle of 130.38º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A721C is Cyan = 0.91, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 10 | 114 | 28 | - |
| CMYK | 0.91 | 0 | 0.75 | 0.55 |
| HSL | 130.38º | 0.84% | 0.24% | - |
| HSV(B) | 130.38º | 0.91% | 0.45% | - |
| XYZ | 6.35 | 12.18 | 3.12 | - |
| YUV | 73.1 | 102.54 | 82.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 114 | 28 | 0.91 | 0 | 0.75 | 0.55 | 130.38 | 0.84 | 0.24 |
| Hex | A | 72 | 1C | 5B | 0 | 4B | 37 | 82 | 54 | 18 |
| Octal | 12 | 162 | 34 | 133 | 0 | 113 | 67 | 202 | 124 | 30 |
| Binary | 1010 | 1110010 | 11100 | 1011011 | 0 | 1001011 | 110111 | 10000010 | 1010100 | 11000 |
Color Harmonies of #0A721C
Complementary color
Monochromatic Colors of #0A721C
Black with #0A721C
Text Example
Text Example
White with #0A721C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A721C; }
p { color: rgb(10,114,28); }
H1.HeaderClassName
{
color: #0A721C;
}
.AnyTagClassName
{
color: #0A721C;
}
</style>
background-color css
<style>
a { background-color: #0A721C; }
a { background-color: rgb(10,114,28); }
div.DivClassName
{
background-color: #0A721C;
}
.BgClassName
{
background-color: #0A721C;
}
</style>
border-color css
<style>
span { border-color: #0A721C; }
span { border-color: rgb(10,114,28); }
td.TdClassName
{
border-color: #0A721C;
}
.TagClassName
{
border-color: #0A721C;
}
</style>