Shades of Green #067E1E
Tints of Green #067E1E
RGB
CMYK
RGB Variations
Color information
#067E1E (or 0x067E1E) is known color: Green. HEX triplet: 06, 7E and 1E. RGB value is (6,126,30). Sum of RGB (Red+Green+Blue) = 6+126+30=162 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.70% from 162); Green value is 126 (49.61% from 255 or 77.78% from 162); Blue value is 30 (12.11% from 255 or 18.52% from 162); Max value from RGB is 126 - color contains mainly: green. Hex color #067E1E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #067E1E is #F981E1. Grayscale: #4F4F4F. Windows color (decimal): -16351714 or 1998342. OLE color: 1998342.
HSL color Cylindrical-coordinate representation of color #067E1E: hue angle of 132º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067E1E is Cyan = 0.95, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 6 | 126 | 30 | - |
| CMYK | 0.95 | 0 | 0.76 | 0.51 |
| HSL | 132º | 0.91% | 0.26% | - |
| HSV(B) | 132º | 0.95% | 0.49% | - |
| XYZ | 7.77 | 15.05 | 3.72 | - |
| YUV | 79.18 | 100.24 | 75.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 126 | 30 | 0.95 | 0 | 0.76 | 0.51 | 132 | 0.91 | 0.26 |
| Hex | 6 | 7E | 1E | 5F | 0 | 4C | 33 | 84 | 5B | 1A |
| Octal | 6 | 176 | 36 | 137 | 0 | 114 | 63 | 204 | 133 | 32 |
| Binary | 110 | 1111110 | 11110 | 1011111 | 0 | 1001100 | 110011 | 10000100 | 1011011 | 11010 |
Color Harmonies of #067E1E
Complementary color
Monochromatic Colors of #067E1E
Black with #067E1E
Text Example
Text Example
White with #067E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067E1E; }
p { color: rgb(6,126,30); }
H1.HeaderClassName
{
color: #067E1E;
}
.AnyTagClassName
{
color: #067E1E;
}
</style>
background-color css
<style>
a { background-color: #067E1E; }
a { background-color: rgb(6,126,30); }
div.DivClassName
{
background-color: #067E1E;
}
.BgClassName
{
background-color: #067E1E;
}
</style>
border-color css
<style>
span { border-color: #067E1E; }
span { border-color: rgb(6,126,30); }
td.TdClassName
{
border-color: #067E1E;
}
.TagClassName
{
border-color: #067E1E;
}
</style>