Shades of Green #067006
Tints of Green #067006
RGB
CMYK
RGB Variations
Color information
#067006 (or 0x067006) is known color: Green. HEX triplet: 06, 70 and 06. RGB value is (6,112,6). Sum of RGB (Red+Green+Blue) = 6+112+6=124 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.84% from 124); Green value is 112 (44.14% from 255 or 90.32% from 124); Blue value is 6 (2.73% from 255 or 4.84% from 124); Max value from RGB is 112 - color contains mainly: green. Hex color #067006 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #067006 is #F98FF9. Grayscale: #444444. Windows color (decimal): -16355322 or 421894. OLE color: 421894.
HSL color Cylindrical-coordinate representation of color #067006: hue angle of 120º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067006 is Cyan = 0.95, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 6 | 112 | 6 | - |
| CMYK | 0.95 | 0 | 0.95 | 0.56 |
| HSL | 120º | 0.9% | 0.23% | - |
| HSV(B) | 120º | 0.95% | 0.44% | - |
| XYZ | 5.9 | 11.64 | 2.11 | - |
| YUV | 68.22 | 92.88 | 83.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 112 | 6 | 0.95 | 0 | 0.95 | 0.56 | 120 | 0.9 | 0.23 |
| Hex | 6 | 70 | 6 | 5F | 0 | 5F | 38 | 78 | 5A | 17 |
| Octal | 6 | 160 | 6 | 137 | 0 | 137 | 70 | 170 | 132 | 27 |
| Binary | 110 | 1110000 | 110 | 1011111 | 0 | 1011111 | 111000 | 1111000 | 1011010 | 10111 |
Color Harmonies of #067006
Complementary color
Monochromatic Colors of #067006
Black with #067006
Text Example
Text Example
White with #067006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067006; }
p { color: rgb(6,112,6); }
H1.HeaderClassName
{
color: #067006;
}
.AnyTagClassName
{
color: #067006;
}
</style>
background-color css
<style>
a { background-color: #067006; }
a { background-color: rgb(6,112,6); }
div.DivClassName
{
background-color: #067006;
}
.BgClassName
{
background-color: #067006;
}
</style>
border-color css
<style>
span { border-color: #067006; }
span { border-color: rgb(6,112,6); }
td.TdClassName
{
border-color: #067006;
}
.TagClassName
{
border-color: #067006;
}
</style>