Shades of Dark Spring Green #00773C
Tints of Dark Spring Green #00773C
RGB
CMYK
RGB Variations
Color information
#00773C (or 0x00773C) is known color: Dark Spring Green. HEX triplet: 00, 77 and 3C. RGB value is (0,119,60). Sum of RGB (Red+Green+Blue) = 0+119+60=179 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 179); Green value is 119 (46.88% from 255 or 66.48% from 179); Blue value is 60 (23.83% from 255 or 33.52% from 179); Max value from RGB is 119 - color contains mainly: green. Hex color #00773C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00773C is #FF88C3. Grayscale: #4C4C4C. Windows color (decimal): -16746692 or 3962624. OLE color: 3962624.
HSL color Cylindrical-coordinate representation of color #00773C: hue angle of 150.25º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00773C is Cyan = 1, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 0 | 119 | 60 | - |
| CMYK | 1 | 0 | 0.50 | 0.53 |
| HSL | 150.25º | 1% | 0.23% | - |
| HSV(B) | 150.25º | 1% | 0.47% | - |
| XYZ | 7.41 | 13.52 | 6.49 | - |
| YUV | 76.69 | 118.58 | 73.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 119 | 60 | 1 | 0 | 0.50 | 0.53 | 150.25 | 1 | 0.23 |
| Hex | 0 | 77 | 3C | 64 | 0 | 32 | 35 | 96 | 64 | 17 |
| Octal | 0 | 167 | 74 | 144 | 0 | 62 | 65 | 226 | 144 | 27 |
| Binary | 0 | 1110111 | 111100 | 1100100 | 0 | 110010 | 110101 | 10010110 | 1100100 | 10111 |
Color Harmonies of #00773C
Complementary color
Monochromatic Colors of #00773C
Black with #00773C
Text Example
Text Example
White with #00773C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00773C; }
p { color: rgb(0,119,60); }
H1.HeaderClassName
{
color: #00773C;
}
.AnyTagClassName
{
color: #00773C;
}
</style>
background-color css
<style>
a { background-color: #00773C; }
a { background-color: rgb(0,119,60); }
div.DivClassName
{
background-color: #00773C;
}
.BgClassName
{
background-color: #00773C;
}
</style>
border-color css
<style>
span { border-color: #00773C; }
span { border-color: rgb(0,119,60); }
td.TdClassName
{
border-color: #00773C;
}
.TagClassName
{
border-color: #00773C;
}
</style>