Shades of Dark Spring Green #06773B
Tints of Dark Spring Green #06773B
RGB
CMYK
RGB Variations
Color information
#06773B (or 0x06773B) is known color: Dark Spring Green. HEX triplet: 06, 77 and 3B. RGB value is (6,119,59). Sum of RGB (Red+Green+Blue) = 6+119+59=184 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.26% from 184); Green value is 119 (46.88% from 255 or 64.67% from 184); Blue value is 59 (23.44% from 255 or 32.07% from 184); Max value from RGB is 119 - color contains mainly: green. Hex color #06773B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06773B is #F988C4. Grayscale: #4E4E4E. Windows color (decimal): -16353477 or 3897094. OLE color: 3897094.
HSL color Cylindrical-coordinate representation of color #06773B: hue angle of 148.14º 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 #06773B is Cyan = 0.95, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 6 | 119 | 59 | - |
| CMYK | 0.95 | 0 | 0.50 | 0.53 |
| HSL | 148.14º | 0.9% | 0.25% | - |
| HSV(B) | 148.14º | 0.95% | 0.47% | - |
| XYZ | 7.46 | 13.55 | 6.36 | - |
| YUV | 78.37 | 117.06 | 76.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 119 | 59 | 0.95 | 0 | 0.50 | 0.53 | 148.14 | 0.9 | 0.25 |
| Hex | 6 | 77 | 3B | 5F | 0 | 32 | 35 | 94 | 5A | 19 |
| Octal | 6 | 167 | 73 | 137 | 0 | 62 | 65 | 224 | 132 | 31 |
| Binary | 110 | 1110111 | 111011 | 1011111 | 0 | 110010 | 110101 | 10010100 | 1011010 | 11001 |
Color Harmonies of #06773B
Complementary color
Monochromatic Colors of #06773B
Black with #06773B
Text Example
Text Example
White with #06773B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06773B; }
p { color: rgb(6,119,59); }
H1.HeaderClassName
{
color: #06773B;
}
.AnyTagClassName
{
color: #06773B;
}
</style>
background-color css
<style>
a { background-color: #06773B; }
a { background-color: rgb(6,119,59); }
div.DivClassName
{
background-color: #06773B;
}
.BgClassName
{
background-color: #06773B;
}
</style>
border-color css
<style>
span { border-color: #06773B; }
span { border-color: rgb(6,119,59); }
td.TdClassName
{
border-color: #06773B;
}
.TagClassName
{
border-color: #06773B;
}
</style>