Shades of Dark Spring Green #01773E
Tints of Dark Spring Green #01773E
RGB
CMYK
RGB Variations
Color information
#01773E (or 0x01773E) is known color: Dark Spring Green. HEX triplet: 01, 77 and 3E. RGB value is (1,119,62). Sum of RGB (Red+Green+Blue) = 1+119+62=182 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 182); Green value is 119 (46.88% from 255 or 65.38% from 182); Blue value is 62 (24.61% from 255 or 34.07% from 182); Max value from RGB is 119 - color contains mainly: green. Hex color #01773E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01773E is #FE88C1. Grayscale: #4D4D4D. Windows color (decimal): -16681154 or 4093697. OLE color: 4093697.
HSL color Cylindrical-coordinate representation of color #01773E: hue angle of 151.02º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01773E is Cyan = 0.99, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 1 | 119 | 62 | - |
| CMYK | 0.99 | 0 | 0.48 | 0.53 |
| HSL | 151.02º | 0.98% | 0.24% | - |
| HSV(B) | 151.02º | 0.99% | 0.47% | - |
| XYZ | 7.48 | 13.55 | 6.78 | - |
| YUV | 77.22 | 119.41 | 73.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 119 | 62 | 0.99 | 0 | 0.48 | 0.53 | 151.02 | 0.98 | 0.24 |
| Hex | 1 | 77 | 3E | 63 | 0 | 30 | 35 | 97 | 62 | 18 |
| Octal | 1 | 167 | 76 | 143 | 0 | 60 | 65 | 227 | 142 | 30 |
| Binary | 1 | 1110111 | 111110 | 1100011 | 0 | 110000 | 110101 | 10010111 | 1100010 | 11000 |
Color Harmonies of #01773E
Complementary color
Monochromatic Colors of #01773E
Black with #01773E
Text Example
Text Example
White with #01773E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01773E; }
p { color: rgb(1,119,62); }
H1.HeaderClassName
{
color: #01773E;
}
.AnyTagClassName
{
color: #01773E;
}
</style>
background-color css
<style>
a { background-color: #01773E; }
a { background-color: rgb(1,119,62); }
div.DivClassName
{
background-color: #01773E;
}
.BgClassName
{
background-color: #01773E;
}
</style>
border-color css
<style>
span { border-color: #01773E; }
span { border-color: rgb(1,119,62); }
td.TdClassName
{
border-color: #01773E;
}
.TagClassName
{
border-color: #01773E;
}
</style>