Shades of Dark Spring Green #067E3E
Tints of Dark Spring Green #067E3E
RGB
CMYK
RGB Variations
Color information
#067E3E (or 0x067E3E) is known color: Dark Spring Green. HEX triplet: 06, 7E and 3E. RGB value is (6,126,62). Sum of RGB (Red+Green+Blue) = 6+126+62=194 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.09% from 194); Green value is 126 (49.61% from 255 or 64.95% from 194); Blue value is 62 (24.61% from 255 or 31.96% from 194); Max value from RGB is 126 - color contains mainly: green. Hex color #067E3E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #067E3E is #F981C1. Grayscale: #525252. Windows color (decimal): -16351682 or 4095494. OLE color: 4095494.
HSL color Cylindrical-coordinate representation of color #067E3E: hue angle of 148º 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 #067E3E is Cyan = 0.95, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 6 | 126 | 62 | - |
| CMYK | 0.95 | 0 | 0.51 | 0.51 |
| HSL | 148º | 0.91% | 0.26% | - |
| HSV(B) | 148º | 0.95% | 0.49% | - |
| XYZ | 8.41 | 15.31 | 7.07 | - |
| YUV | 82.82 | 116.24 | 73.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 126 | 62 | 0.95 | 0 | 0.51 | 0.51 | 148 | 0.91 | 0.26 |
| Hex | 6 | 7E | 3E | 5F | 0 | 33 | 33 | 94 | 5B | 1A |
| Octal | 6 | 176 | 76 | 137 | 0 | 63 | 63 | 224 | 133 | 32 |
| Binary | 110 | 1111110 | 111110 | 1011111 | 0 | 110011 | 110011 | 10010100 | 1011011 | 11010 |
Color Harmonies of #067E3E
Complementary color
Monochromatic Colors of #067E3E
Black with #067E3E
Text Example
Text Example
White with #067E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067E3E; }
p { color: rgb(6,126,62); }
H1.HeaderClassName
{
color: #067E3E;
}
.AnyTagClassName
{
color: #067E3E;
}
</style>
background-color css
<style>
a { background-color: #067E3E; }
a { background-color: rgb(6,126,62); }
div.DivClassName
{
background-color: #067E3E;
}
.BgClassName
{
background-color: #067E3E;
}
</style>
border-color css
<style>
span { border-color: #067E3E; }
span { border-color: rgb(6,126,62); }
td.TdClassName
{
border-color: #067E3E;
}
.TagClassName
{
border-color: #067E3E;
}
</style>