Shades of Green #06721B
Tints of Green #06721B
RGB
CMYK
RGB Variations
Color information
#06721B (or 0x06721B) is known color: Green. HEX triplet: 06, 72 and 1B. RGB value is (6,114,27). Sum of RGB (Red+Green+Blue) = 6+114+27=147 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.08% from 147); Green value is 114 (44.92% from 255 or 77.55% from 147); Blue value is 27 (10.94% from 255 or 18.37% from 147); Max value from RGB is 114 - color contains mainly: green. Hex color #06721B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06721B is #F98DE4. Grayscale: #484848. Windows color (decimal): -16354789 or 1798662. OLE color: 1798662.
HSL color Cylindrical-coordinate representation of color #06721B: hue angle of 131.67º 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 #06721B is Cyan = 0.95, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 6 | 114 | 27 | - |
| CMYK | 0.95 | 0 | 0.76 | 0.55 |
| HSL | 131.67º | 0.9% | 0.24% | - |
| HSV(B) | 131.67º | 0.95% | 0.45% | - |
| XYZ | 6.29 | 12.15 | 3.05 | - |
| YUV | 71.79 | 102.72 | 81.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 114 | 27 | 0.95 | 0 | 0.76 | 0.55 | 131.67 | 0.9 | 0.24 |
| Hex | 6 | 72 | 1B | 5F | 0 | 4C | 37 | 84 | 5A | 18 |
| Octal | 6 | 162 | 33 | 137 | 0 | 114 | 67 | 204 | 132 | 30 |
| Binary | 110 | 1110010 | 11011 | 1011111 | 0 | 1001100 | 110111 | 10000100 | 1011010 | 11000 |
Color Harmonies of #06721B
Complementary color
Monochromatic Colors of #06721B
Black with #06721B
Text Example
Text Example
White with #06721B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06721B; }
p { color: rgb(6,114,27); }
H1.HeaderClassName
{
color: #06721B;
}
.AnyTagClassName
{
color: #06721B;
}
</style>
background-color css
<style>
a { background-color: #06721B; }
a { background-color: rgb(6,114,27); }
div.DivClassName
{
background-color: #06721B;
}
.BgClassName
{
background-color: #06721B;
}
</style>
border-color css
<style>
span { border-color: #06721B; }
span { border-color: rgb(6,114,27); }
td.TdClassName
{
border-color: #06721B;
}
.TagClassName
{
border-color: #06721B;
}
</style>