Shades of Dark Spring Green #06773F
Tints of Dark Spring Green #06773F
RGB
CMYK
RGB Variations
Color information
#06773F (or 0x06773F) is known color: Dark Spring Green. HEX triplet: 06, 77 and 3F. RGB value is (6,119,63). Sum of RGB (Red+Green+Blue) = 6+119+63=188 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.19% from 188); Green value is 119 (46.88% from 255 or 63.30% from 188); Blue value is 63 (25% from 255 or 33.51% from 188); Max value from RGB is 119 - color contains mainly: green. Hex color #06773F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06773F is #F988C0. Grayscale: #4E4E4E. Windows color (decimal): -16353473 or 4159238. OLE color: 4159238.
HSL color Cylindrical-coordinate representation of color #06773F: hue angle of 150.27º 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 #06773F is Cyan = 0.95, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 6 | 119 | 63 | - |
| CMYK | 0.95 | 0 | 0.47 | 0.53 |
| HSL | 150.27º | 0.9% | 0.25% | - |
| HSV(B) | 150.27º | 0.95% | 0.47% | - |
| XYZ | 7.57 | 13.59 | 6.93 | - |
| YUV | 78.83 | 119.06 | 76.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 119 | 63 | 0.95 | 0 | 0.47 | 0.53 | 150.27 | 0.9 | 0.25 |
| Hex | 6 | 77 | 3F | 5F | 0 | 2F | 35 | 96 | 5A | 19 |
| Octal | 6 | 167 | 77 | 137 | 0 | 57 | 65 | 226 | 132 | 31 |
| Binary | 110 | 1110111 | 111111 | 1011111 | 0 | 101111 | 110101 | 10010110 | 1011010 | 11001 |
Color Harmonies of #06773F
Complementary color
Monochromatic Colors of #06773F
Black with #06773F
Text Example
Text Example
White with #06773F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06773F; }
p { color: rgb(6,119,63); }
H1.HeaderClassName
{
color: #06773F;
}
.AnyTagClassName
{
color: #06773F;
}
</style>
background-color css
<style>
a { background-color: #06773F; }
a { background-color: rgb(6,119,63); }
div.DivClassName
{
background-color: #06773F;
}
.BgClassName
{
background-color: #06773F;
}
</style>
border-color css
<style>
span { border-color: #06773F; }
span { border-color: rgb(6,119,63); }
td.TdClassName
{
border-color: #06773F;
}
.TagClassName
{
border-color: #06773F;
}
</style>