Shades of Dark Spring Green #067740
Tints of Dark Spring Green #067740
RGB
CMYK
RGB Variations
Color information
#067740 (or 0x067740) is known color: Dark Spring Green. HEX triplet: 06, 77 and 40. RGB value is (6,119,64). Sum of RGB (Red+Green+Blue) = 6+119+64=189 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.17% from 189); Green value is 119 (46.88% from 255 or 62.96% from 189); Blue value is 64 (25.39% from 255 or 33.86% from 189); Max value from RGB is 119 - color contains mainly: green. Hex color #067740 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #067740 is #F988BF. Grayscale: #4F4F4F. Windows color (decimal): -16353472 or 4224774. OLE color: 4224774.
HSL color Cylindrical-coordinate representation of color #067740: hue angle of 150.8º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067740 is Cyan = 0.95, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 6 | 119 | 64 | - |
| CMYK | 0.95 | 0 | 0.46 | 0.53 |
| HSL | 150.8º | 0.9% | 0.25% | - |
| HSV(B) | 150.8º | 0.95% | 0.47% | - |
| XYZ | 7.6 | 13.6 | 7.08 | - |
| YUV | 78.94 | 119.56 | 75.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 119 | 64 | 0.95 | 0 | 0.46 | 0.53 | 150.8 | 0.9 | 0.25 |
| Hex | 6 | 77 | 40 | 5F | 0 | 2E | 35 | 97 | 5A | 19 |
| Octal | 6 | 167 | 100 | 137 | 0 | 56 | 65 | 227 | 132 | 31 |
| Binary | 110 | 1110111 | 1000000 | 1011111 | 0 | 101110 | 110101 | 10010111 | 1011010 | 11001 |
Color Harmonies of #067740
Complementary color
Monochromatic Colors of #067740
Black with #067740
Text Example
Text Example
White with #067740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067740; }
p { color: rgb(6,119,64); }
H1.HeaderClassName
{
color: #067740;
}
.AnyTagClassName
{
color: #067740;
}
</style>
background-color css
<style>
a { background-color: #067740; }
a { background-color: rgb(6,119,64); }
div.DivClassName
{
background-color: #067740;
}
.BgClassName
{
background-color: #067740;
}
</style>
border-color css
<style>
span { border-color: #067740; }
span { border-color: rgb(6,119,64); }
td.TdClassName
{
border-color: #067740;
}
.TagClassName
{
border-color: #067740;
}
</style>