Shades of Dark Spring Green #01773B
Tints of Dark Spring Green #01773B
RGB
CMYK
RGB Variations
Color information
#01773B (or 0x01773B) is known color: Dark Spring Green. HEX triplet: 01, 77 and 3B. RGB value is (1,119,59). Sum of RGB (Red+Green+Blue) = 1+119+59=179 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 179); Green value is 119 (46.88% from 255 or 66.48% from 179); Blue value is 59 (23.44% from 255 or 32.96% from 179); Max value from RGB is 119 - color contains mainly: green. Hex color #01773B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01773B is #FE88C4. Grayscale: #4C4C4C. Windows color (decimal): -16681157 or 3897089. OLE color: 3897089.
HSL color Cylindrical-coordinate representation of color #01773B: hue angle of 149.49º 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 #01773B is Cyan = 0.99, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 1 | 119 | 59 | - |
| CMYK | 0.99 | 0 | 0.50 | 0.53 |
| HSL | 149.49º | 0.98% | 0.24% | - |
| HSV(B) | 149.49º | 0.99% | 0.47% | - |
| XYZ | 7.4 | 13.52 | 6.36 | - |
| YUV | 76.88 | 117.91 | 73.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 119 | 59 | 0.99 | 0 | 0.50 | 0.53 | 149.49 | 0.98 | 0.24 |
| Hex | 1 | 77 | 3B | 63 | 0 | 32 | 35 | 95 | 62 | 18 |
| Octal | 1 | 167 | 73 | 143 | 0 | 62 | 65 | 225 | 142 | 30 |
| Binary | 1 | 1110111 | 111011 | 1100011 | 0 | 110010 | 110101 | 10010101 | 1100010 | 11000 |
Color Harmonies of #01773B
Complementary color
Monochromatic Colors of #01773B
Black with #01773B
Text Example
Text Example
White with #01773B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01773B; }
p { color: rgb(1,119,59); }
H1.HeaderClassName
{
color: #01773B;
}
.AnyTagClassName
{
color: #01773B;
}
</style>
background-color css
<style>
a { background-color: #01773B; }
a { background-color: rgb(1,119,59); }
div.DivClassName
{
background-color: #01773B;
}
.BgClassName
{
background-color: #01773B;
}
</style>
border-color css
<style>
span { border-color: #01773B; }
span { border-color: rgb(1,119,59); }
td.TdClassName
{
border-color: #01773B;
}
.TagClassName
{
border-color: #01773B;
}
</style>