Shades of Dark Spring Green #0A7740
Tints of Dark Spring Green #0A7740
RGB
CMYK
RGB Variations
Color information
#0A7740 (or 0x0A7740) is known color: Dark Spring Green. HEX triplet: 0A, 77 and 40. RGB value is (10,119,64). Sum of RGB (Red+Green+Blue) = 10+119+64=193 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.18% from 193); Green value is 119 (46.88% from 255 or 61.66% from 193); Blue value is 64 (25.39% from 255 or 33.16% from 193); Max value from RGB is 119 - color contains mainly: green. Hex color #0A7740 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A7740 is #F588BF. Grayscale: #505050. Windows color (decimal): -16091328 or 4224778. OLE color: 4224778.
HSL color Cylindrical-coordinate representation of color #0A7740: hue angle of 149.72º 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 #0A7740 is Cyan = 0.92, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 10 | 119 | 64 | - |
| CMYK | 0.92 | 0 | 0.46 | 0.53 |
| HSL | 149.72º | 0.84% | 0.25% | - |
| HSV(B) | 149.72º | 0.92% | 0.47% | - |
| XYZ | 7.65 | 13.63 | 7.08 | - |
| YUV | 80.14 | 118.89 | 77.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 119 | 64 | 0.92 | 0 | 0.46 | 0.53 | 149.72 | 0.84 | 0.25 |
| Hex | A | 77 | 40 | 5C | 0 | 2E | 35 | 96 | 54 | 19 |
| Octal | 12 | 167 | 100 | 134 | 0 | 56 | 65 | 226 | 124 | 31 |
| Binary | 1010 | 1110111 | 1000000 | 1011100 | 0 | 101110 | 110101 | 10010110 | 1010100 | 11001 |
Color Harmonies of #0A7740
Complementary color
Monochromatic Colors of #0A7740
Black with #0A7740
Text Example
Text Example
White with #0A7740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A7740; }
p { color: rgb(10,119,64); }
H1.HeaderClassName
{
color: #0A7740;
}
.AnyTagClassName
{
color: #0A7740;
}
</style>
background-color css
<style>
a { background-color: #0A7740; }
a { background-color: rgb(10,119,64); }
div.DivClassName
{
background-color: #0A7740;
}
.BgClassName
{
background-color: #0A7740;
}
</style>
border-color css
<style>
span { border-color: #0A7740; }
span { border-color: rgb(10,119,64); }
td.TdClassName
{
border-color: #0A7740;
}
.TagClassName
{
border-color: #0A7740;
}
</style>