Shades of Green #06720B
Tints of Green #06720B
RGB
CMYK
RGB Variations
Color information
#06720B (or 0x06720B) is known color: Green. HEX triplet: 06, 72 and 0B. RGB value is (6,114,11). Sum of RGB (Red+Green+Blue) = 6+114+11=131 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.58% from 131); Green value is 114 (44.92% from 255 or 87.02% from 131); Blue value is 11 (4.69% from 255 or 8.40% from 131); Max value from RGB is 114 - color contains mainly: green. Hex color #06720B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #06720B is #F98DF4. Grayscale: #464646. Windows color (decimal): -16354805 or 750086. OLE color: 750086.
HSL color Cylindrical-coordinate representation of color #06720B: hue angle of 122.78º 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 #06720B is Cyan = 0.95, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 6 | 114 | 11 | - |
| CMYK | 0.95 | 0 | 0.90 | 0.55 |
| HSL | 122.78º | 0.9% | 0.24% | - |
| HSV(B) | 122.78º | 0.95% | 0.45% | - |
| XYZ | 6.15 | 12.1 | 2.33 | - |
| YUV | 69.97 | 94.72 | 82.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 114 | 11 | 0.95 | 0 | 0.90 | 0.55 | 122.78 | 0.9 | 0.24 |
| Hex | 6 | 72 | B | 5F | 0 | 5A | 37 | 7B | 5A | 18 |
| Octal | 6 | 162 | 13 | 137 | 0 | 132 | 67 | 173 | 132 | 30 |
| Binary | 110 | 1110010 | 1011 | 1011111 | 0 | 1011010 | 110111 | 1111011 | 1011010 | 11000 |
Color Harmonies of #06720B
Complementary color
Monochromatic Colors of #06720B
Black with #06720B
Text Example
Text Example
White with #06720B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06720B; }
p { color: rgb(6,114,11); }
H1.HeaderClassName
{
color: #06720B;
}
.AnyTagClassName
{
color: #06720B;
}
</style>
background-color css
<style>
a { background-color: #06720B; }
a { background-color: rgb(6,114,11); }
div.DivClassName
{
background-color: #06720B;
}
.BgClassName
{
background-color: #06720B;
}
</style>
border-color css
<style>
span { border-color: #06720B; }
span { border-color: rgb(6,114,11); }
td.TdClassName
{
border-color: #06720B;
}
.TagClassName
{
border-color: #06720B;
}
</style>