Shades of Green #06721C
Tints of Green #06721C
RGB
CMYK
RGB Variations
Color information
#06721C (or 0x06721C) is known color: Green. HEX triplet: 06, 72 and 1C. RGB value is (6,114,28). Sum of RGB (Red+Green+Blue) = 6+114+28=148 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.05% from 148); Green value is 114 (44.92% from 255 or 77.03% from 148); Blue value is 28 (11.33% from 255 or 18.92% from 148); Max value from RGB is 114 - color contains mainly: green. Hex color #06721C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06721C is #F98DE3. Grayscale: #484848. Windows color (decimal): -16354788 or 1864198. OLE color: 1864198.
HSL color Cylindrical-coordinate representation of color #06721C: hue angle of 132.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 #06721C is Cyan = 0.95, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 6 | 114 | 28 | - |
| CMYK | 0.95 | 0 | 0.75 | 0.55 |
| HSL | 132.22º | 0.9% | 0.24% | - |
| HSV(B) | 132.22º | 0.95% | 0.45% | - |
| XYZ | 6.3 | 12.16 | 3.11 | - |
| YUV | 71.9 | 103.22 | 80.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 114 | 28 | 0.95 | 0 | 0.75 | 0.55 | 132.22 | 0.9 | 0.24 |
| Hex | 6 | 72 | 1C | 5F | 0 | 4B | 37 | 84 | 5A | 18 |
| Octal | 6 | 162 | 34 | 137 | 0 | 113 | 67 | 204 | 132 | 30 |
| Binary | 110 | 1110010 | 11100 | 1011111 | 0 | 1001011 | 110111 | 10000100 | 1011010 | 11000 |
Color Harmonies of #06721C
Complementary color
Monochromatic Colors of #06721C
Black with #06721C
Text Example
Text Example
White with #06721C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06721C; }
p { color: rgb(6,114,28); }
H1.HeaderClassName
{
color: #06721C;
}
.AnyTagClassName
{
color: #06721C;
}
</style>
background-color css
<style>
a { background-color: #06721C; }
a { background-color: rgb(6,114,28); }
div.DivClassName
{
background-color: #06721C;
}
.BgClassName
{
background-color: #06721C;
}
</style>
border-color css
<style>
span { border-color: #06721C; }
span { border-color: rgb(6,114,28); }
td.TdClassName
{
border-color: #06721C;
}
.TagClassName
{
border-color: #06721C;
}
</style>