Shades of Green #00720B
Tints of Green #00720B
RGB
CMYK
RGB Variations
Color information
#00720B (or 0x00720B) is known color: Green. HEX triplet: 00, 72 and 0B. RGB value is (0,114,11). Sum of RGB (Red+Green+Blue) = 0+114+11=125 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 125); Green value is 114 (44.92% from 255 or 91.2% from 125); Blue value is 11 (4.69% from 255 or 8.8% from 125); Max value from RGB is 114 - color contains mainly: green. Hex color #00720B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #00720B is #FF8DF4. Grayscale: #444444. Windows color (decimal): -16748021 or 750080. OLE color: 750080.
HSL color Cylindrical-coordinate representation of color #00720B: hue angle of 125.79º 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 #00720B is Cyan = 1, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 0 | 114 | 11 | - |
| CMYK | 1 | 0 | 0.90 | 0.55 |
| HSL | 125.79º | 1% | 0.22% | - |
| HSV(B) | 125.79º | 1% | 0.45% | - |
| XYZ | 6.08 | 12.06 | 2.32 | - |
| YUV | 68.17 | 95.73 | 79.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 114 | 11 | 1 | 0 | 0.90 | 0.55 | 125.79 | 1 | 0.22 |
| Hex | 0 | 72 | B | 64 | 0 | 5A | 37 | 7E | 64 | 16 |
| Octal | 0 | 162 | 13 | 144 | 0 | 132 | 67 | 176 | 144 | 26 |
| Binary | 0 | 1110010 | 1011 | 1100100 | 0 | 1011010 | 110111 | 1111110 | 1100100 | 10110 |
Color Harmonies of #00720B
Complementary color
Monochromatic Colors of #00720B
Black with #00720B
Text Example
Text Example
White with #00720B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00720B; }
p { color: rgb(0,114,11); }
H1.HeaderClassName
{
color: #00720B;
}
.AnyTagClassName
{
color: #00720B;
}
</style>
background-color css
<style>
a { background-color: #00720B; }
a { background-color: rgb(0,114,11); }
div.DivClassName
{
background-color: #00720B;
}
.BgClassName
{
background-color: #00720B;
}
</style>
border-color css
<style>
span { border-color: #00720B; }
span { border-color: rgb(0,114,11); }
td.TdClassName
{
border-color: #00720B;
}
.TagClassName
{
border-color: #00720B;
}
</style>