Shades of Green #06720A
Tints of Green #06720A
RGB
CMYK
RGB Variations
Color information
#06720A (or 0x06720A) is known color: Green. HEX triplet: 06, 72 and 0A. RGB value is (6,114,10). Sum of RGB (Red+Green+Blue) = 6+114+10=130 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.62% from 130); Green value is 114 (44.92% from 255 or 87.69% from 130); Blue value is 10 (4.30% from 255 or 7.69% from 130); Max value from RGB is 114 - color contains mainly: green. Hex color #06720A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #06720A is #F98DF5. Grayscale: #464646. Windows color (decimal): -16354806 or 684550. OLE color: 684550.
HSL color Cylindrical-coordinate representation of color #06720A: hue angle of 122.22º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06720A is Cyan = 0.95, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 6 | 114 | 10 | - |
| CMYK | 0.95 | 0 | 0.91 | 0.55 |
| HSL | 122.22º | 0.9% | 0.24% | - |
| HSV(B) | 122.22º | 0.95% | 0.45% | - |
| XYZ | 6.15 | 12.1 | 2.3 | - |
| YUV | 69.85 | 94.22 | 82.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 114 | 10 | 0.95 | 0 | 0.91 | 0.55 | 122.22 | 0.9 | 0.24 |
| Hex | 6 | 72 | A | 5F | 0 | 5B | 37 | 7A | 5A | 18 |
| Octal | 6 | 162 | 12 | 137 | 0 | 133 | 67 | 172 | 132 | 30 |
| Binary | 110 | 1110010 | 1010 | 1011111 | 0 | 1011011 | 110111 | 1111010 | 1011010 | 11000 |
Color Harmonies of #06720A
Complementary color
Monochromatic Colors of #06720A
Black with #06720A
Text Example
Text Example
White with #06720A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06720A; }
p { color: rgb(6,114,10); }
H1.HeaderClassName
{
color: #06720A;
}
.AnyTagClassName
{
color: #06720A;
}
</style>
background-color css
<style>
a { background-color: #06720A; }
a { background-color: rgb(6,114,10); }
div.DivClassName
{
background-color: #06720A;
}
.BgClassName
{
background-color: #06720A;
}
</style>
border-color css
<style>
span { border-color: #06720A; }
span { border-color: rgb(6,114,10); }
td.TdClassName
{
border-color: #06720A;
}
.TagClassName
{
border-color: #06720A;
}
</style>