Shades of Dark Spring Green #0A7741
Tints of Dark Spring Green #0A7741
RGB
CMYK
RGB Variations
Color information
#0A7741 (or 0x0A7741) is known color: Dark Spring Green. HEX triplet: 0A, 77 and 41. RGB value is (10,119,65). Sum of RGB (Red+Green+Blue) = 10+119+65=194 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.15% from 194); Green value is 119 (46.88% from 255 or 61.34% from 194); Blue value is 65 (25.78% from 255 or 33.51% from 194); Max value from RGB is 119 - color contains mainly: green. Hex color #0A7741 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A7741 is #F588BE. Grayscale: #505050. Windows color (decimal): -16091327 or 4290314. OLE color: 4290314.
HSL color Cylindrical-coordinate representation of color #0A7741: hue angle of 150.28º 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 #0A7741 is Cyan = 0.92, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 10 | 119 | 65 | - |
| CMYK | 0.92 | 0 | 0.45 | 0.53 |
| HSL | 150.28º | 0.84% | 0.25% | - |
| HSV(B) | 150.28º | 0.92% | 0.47% | - |
| XYZ | 7.68 | 13.64 | 7.23 | - |
| YUV | 80.25 | 119.39 | 77.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 119 | 65 | 0.92 | 0 | 0.45 | 0.53 | 150.28 | 0.84 | 0.25 |
| Hex | A | 77 | 41 | 5C | 0 | 2D | 35 | 96 | 54 | 19 |
| Octal | 12 | 167 | 101 | 134 | 0 | 55 | 65 | 226 | 124 | 31 |
| Binary | 1010 | 1110111 | 1000001 | 1011100 | 0 | 101101 | 110101 | 10010110 | 1010100 | 11001 |
Color Harmonies of #0A7741
Complementary color
Monochromatic Colors of #0A7741
Black with #0A7741
Text Example
Text Example
White with #0A7741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A7741; }
p { color: rgb(10,119,65); }
H1.HeaderClassName
{
color: #0A7741;
}
.AnyTagClassName
{
color: #0A7741;
}
</style>
background-color css
<style>
a { background-color: #0A7741; }
a { background-color: rgb(10,119,65); }
div.DivClassName
{
background-color: #0A7741;
}
.BgClassName
{
background-color: #0A7741;
}
</style>
border-color css
<style>
span { border-color: #0A7741; }
span { border-color: rgb(10,119,65); }
td.TdClassName
{
border-color: #0A7741;
}
.TagClassName
{
border-color: #0A7741;
}
</style>