Shades of Green #00720A
Tints of Green #00720A
RGB
CMYK
RGB Variations
Color information
#00720A (or 0x00720A) is known color: Green. HEX triplet: 00, 72 and 0A. RGB value is (0,114,10). Sum of RGB (Red+Green+Blue) = 0+114+10=124 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 124); Green value is 114 (44.92% from 255 or 91.94% from 124); Blue value is 10 (4.30% from 255 or 8.06% from 124); Max value from RGB is 114 - color contains mainly: green. Hex color #00720A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #00720A is #FF8DF5. Grayscale: #444444. Windows color (decimal): -16748022 or 684544. OLE color: 684544.
HSL color Cylindrical-coordinate representation of color #00720A: hue angle of 125.26º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00720A is Cyan = 1, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 0 | 114 | 10 | - |
| CMYK | 1 | 0 | 0.91 | 0.55 |
| HSL | 125.26º | 1% | 0.22% | - |
| HSV(B) | 125.26º | 1% | 0.45% | - |
| XYZ | 6.07 | 12.06 | 2.29 | - |
| YUV | 68.06 | 95.23 | 79.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 114 | 10 | 1 | 0 | 0.91 | 0.55 | 125.26 | 1 | 0.22 |
| Hex | 0 | 72 | A | 64 | 0 | 5B | 37 | 7D | 64 | 16 |
| Octal | 0 | 162 | 12 | 144 | 0 | 133 | 67 | 175 | 144 | 26 |
| Binary | 0 | 1110010 | 1010 | 1100100 | 0 | 1011011 | 110111 | 1111101 | 1100100 | 10110 |
Color Harmonies of #00720A
Complementary color
Monochromatic Colors of #00720A
Black with #00720A
Text Example
Text Example
White with #00720A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00720A; }
p { color: rgb(0,114,10); }
H1.HeaderClassName
{
color: #00720A;
}
.AnyTagClassName
{
color: #00720A;
}
</style>
background-color css
<style>
a { background-color: #00720A; }
a { background-color: rgb(0,114,10); }
div.DivClassName
{
background-color: #00720A;
}
.BgClassName
{
background-color: #00720A;
}
</style>
border-color css
<style>
span { border-color: #00720A; }
span { border-color: rgb(0,114,10); }
td.TdClassName
{
border-color: #00720A;
}
.TagClassName
{
border-color: #00720A;
}
</style>