Shades of Dark Spring Green #0A7744
Tints of Dark Spring Green #0A7744
RGB
CMYK
RGB Variations
Color information
#0A7744 (or 0x0A7744) is known color: Dark Spring Green. HEX triplet: 0A, 77 and 44. RGB value is (10,119,68). Sum of RGB (Red+Green+Blue) = 10+119+68=197 (26% of max value = 765). Red value is 10 (4.30% from 255 or 5.08% from 197); Green value is 119 (46.88% from 255 or 60.41% from 197); Blue value is 68 (26.95% from 255 or 34.52% from 197); Max value from RGB is 119 - color contains mainly: green. Hex color #0A7744 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A7744 is #F588BB. Grayscale: #505050. Windows color (decimal): -16091324 or 4486922. OLE color: 4486922.
HSL color Cylindrical-coordinate representation of color #0A7744: hue angle of 151.93º 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 #0A7744 is Cyan = 0.92, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 10 | 119 | 68 | - |
| CMYK | 0.92 | 0 | 0.43 | 0.53 |
| HSL | 151.93º | 0.84% | 0.25% | - |
| HSV(B) | 151.93º | 0.92% | 0.47% | - |
| XYZ | 7.77 | 13.68 | 7.7 | - |
| YUV | 80.6 | 120.89 | 77.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 119 | 68 | 0.92 | 0 | 0.43 | 0.53 | 151.93 | 0.84 | 0.25 |
| Hex | A | 77 | 44 | 5C | 0 | 2B | 35 | 98 | 54 | 19 |
| Octal | 12 | 167 | 104 | 134 | 0 | 53 | 65 | 230 | 124 | 31 |
| Binary | 1010 | 1110111 | 1000100 | 1011100 | 0 | 101011 | 110101 | 10011000 | 1010100 | 11001 |
Color Harmonies of #0A7744
Complementary color
Monochromatic Colors of #0A7744
Black with #0A7744
Text Example
Text Example
White with #0A7744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A7744; }
p { color: rgb(10,119,68); }
H1.HeaderClassName
{
color: #0A7744;
}
.AnyTagClassName
{
color: #0A7744;
}
</style>
background-color css
<style>
a { background-color: #0A7744; }
a { background-color: rgb(10,119,68); }
div.DivClassName
{
background-color: #0A7744;
}
.BgClassName
{
background-color: #0A7744;
}
</style>
border-color css
<style>
span { border-color: #0A7744; }
span { border-color: rgb(10,119,68); }
td.TdClassName
{
border-color: #0A7744;
}
.TagClassName
{
border-color: #0A7744;
}
</style>