Shades of Dark Spring Green #0A773A
Tints of Dark Spring Green #0A773A
RGB
CMYK
RGB Variations
Color information
#0A773A (or 0x0A773A) is known color: Dark Spring Green. HEX triplet: 0A, 77 and 3A. RGB value is (10,119,58). Sum of RGB (Red+Green+Blue) = 10+119+58=187 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.35% from 187); Green value is 119 (46.88% from 255 or 63.64% from 187); Blue value is 58 (23.05% from 255 or 31.02% from 187); Max value from RGB is 119 - color contains mainly: green. Hex color #0A773A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A773A is #F588C5. Grayscale: #4F4F4F. Windows color (decimal): -16091334 or 3831562. OLE color: 3831562.
HSL color Cylindrical-coordinate representation of color #0A773A: hue angle of 146.42º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A773A is Cyan = 0.92, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 10 | 119 | 58 | - |
| CMYK | 0.92 | 0 | 0.51 | 0.53 |
| HSL | 146.42º | 0.84% | 0.25% | - |
| HSV(B) | 146.42º | 0.92% | 0.47% | - |
| XYZ | 7.49 | 13.56 | 6.23 | - |
| YUV | 79.46 | 115.89 | 78.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 119 | 58 | 0.92 | 0 | 0.51 | 0.53 | 146.42 | 0.84 | 0.25 |
| Hex | A | 77 | 3A | 5C | 0 | 33 | 35 | 92 | 54 | 19 |
| Octal | 12 | 167 | 72 | 134 | 0 | 63 | 65 | 222 | 124 | 31 |
| Binary | 1010 | 1110111 | 111010 | 1011100 | 0 | 110011 | 110101 | 10010010 | 1010100 | 11001 |
Color Harmonies of #0A773A
Complementary color
Monochromatic Colors of #0A773A
Black with #0A773A
Text Example
Text Example
White with #0A773A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A773A; }
p { color: rgb(10,119,58); }
H1.HeaderClassName
{
color: #0A773A;
}
.AnyTagClassName
{
color: #0A773A;
}
</style>
background-color css
<style>
a { background-color: #0A773A; }
a { background-color: rgb(10,119,58); }
div.DivClassName
{
background-color: #0A773A;
}
.BgClassName
{
background-color: #0A773A;
}
</style>
border-color css
<style>
span { border-color: #0A773A; }
span { border-color: rgb(10,119,58); }
td.TdClassName
{
border-color: #0A773A;
}
.TagClassName
{
border-color: #0A773A;
}
</style>