Shades of Green #07721A
Tints of Green #07721A
RGB
CMYK
RGB Variations
Color information
#07721A (or 0x07721A) is known color: Green. HEX triplet: 07, 72 and 1A. RGB value is (7,114,26). Sum of RGB (Red+Green+Blue) = 7+114+26=147 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.76% from 147); Green value is 114 (44.92% from 255 or 77.55% from 147); Blue value is 26 (10.55% from 255 or 17.69% from 147); Max value from RGB is 114 - color contains mainly: green. Hex color #07721A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07721A is #F88DE5. Grayscale: #484848. Windows color (decimal): -16289254 or 1733127. OLE color: 1733127.
HSL color Cylindrical-coordinate representation of color #07721A: hue angle of 130.65º 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 #07721A is Cyan = 0.94, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 7 | 114 | 26 | - |
| CMYK | 0.94 | 0 | 0.77 | 0.55 |
| HSL | 130.65º | 0.88% | 0.24% | - |
| HSV(B) | 130.65º | 0.94% | 0.45% | - |
| XYZ | 6.29 | 12.15 | 2.99 | - |
| YUV | 71.98 | 102.05 | 81.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 114 | 26 | 0.94 | 0 | 0.77 | 0.55 | 130.65 | 0.88 | 0.24 |
| Hex | 7 | 72 | 1A | 5E | 0 | 4D | 37 | 83 | 58 | 18 |
| Octal | 7 | 162 | 32 | 136 | 0 | 115 | 67 | 203 | 130 | 30 |
| Binary | 111 | 1110010 | 11010 | 1011110 | 0 | 1001101 | 110111 | 10000011 | 1011000 | 11000 |
Color Harmonies of #07721A
Complementary color
Monochromatic Colors of #07721A
Black with #07721A
Text Example
Text Example
White with #07721A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07721A; }
p { color: rgb(7,114,26); }
H1.HeaderClassName
{
color: #07721A;
}
.AnyTagClassName
{
color: #07721A;
}
</style>
background-color css
<style>
a { background-color: #07721A; }
a { background-color: rgb(7,114,26); }
div.DivClassName
{
background-color: #07721A;
}
.BgClassName
{
background-color: #07721A;
}
</style>
border-color css
<style>
span { border-color: #07721A; }
span { border-color: rgb(7,114,26); }
td.TdClassName
{
border-color: #07721A;
}
.TagClassName
{
border-color: #07721A;
}
</style>