Shades of Green #07721D
Tints of Green #07721D
RGB
CMYK
RGB Variations
Color information
#07721D (or 0x07721D) is known color: Green. HEX triplet: 07, 72 and 1D. RGB value is (7,114,29). Sum of RGB (Red+Green+Blue) = 7+114+29=150 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.67% from 150); Green value is 114 (44.92% from 255 or 76% from 150); Blue value is 29 (11.72% from 255 or 19.33% from 150); Max value from RGB is 114 - color contains mainly: green. Hex color #07721D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07721D is #F88DE2. Grayscale: #484848. Windows color (decimal): -16289251 or 1929735. OLE color: 1929735.
HSL color Cylindrical-coordinate representation of color #07721D: hue angle of 132.34º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07721D is Cyan = 0.94, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 7 | 114 | 29 | - |
| CMYK | 0.94 | 0 | 0.75 | 0.55 |
| HSL | 132.34º | 0.88% | 0.24% | - |
| HSV(B) | 132.34º | 0.94% | 0.45% | - |
| XYZ | 6.33 | 12.17 | 3.18 | - |
| YUV | 72.32 | 103.55 | 81.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 114 | 29 | 0.94 | 0 | 0.75 | 0.55 | 132.34 | 0.88 | 0.24 |
| Hex | 7 | 72 | 1D | 5E | 0 | 4B | 37 | 84 | 58 | 18 |
| Octal | 7 | 162 | 35 | 136 | 0 | 113 | 67 | 204 | 130 | 30 |
| Binary | 111 | 1110010 | 11101 | 1011110 | 0 | 1001011 | 110111 | 10000100 | 1011000 | 11000 |
Color Harmonies of #07721D
Complementary color
Monochromatic Colors of #07721D
Black with #07721D
Text Example
Text Example
White with #07721D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07721D; }
p { color: rgb(7,114,29); }
H1.HeaderClassName
{
color: #07721D;
}
.AnyTagClassName
{
color: #07721D;
}
</style>
background-color css
<style>
a { background-color: #07721D; }
a { background-color: rgb(7,114,29); }
div.DivClassName
{
background-color: #07721D;
}
.BgClassName
{
background-color: #07721D;
}
</style>
border-color css
<style>
span { border-color: #07721D; }
span { border-color: rgb(7,114,29); }
td.TdClassName
{
border-color: #07721D;
}
.TagClassName
{
border-color: #07721D;
}
</style>