Shades of Dark Spring Green #117740
Tints of Dark Spring Green #117740
RGB
CMYK
RGB Variations
Color information
#117740 (or 0x117740) is known color: Dark Spring Green. HEX triplet: 11, 77 and 40. RGB value is (17,119,64). Sum of RGB (Red+Green+Blue) = 17+119+64=200 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.5% from 200); Green value is 119 (46.88% from 255 or 59.5% from 200); Blue value is 64 (25.39% from 255 or 32% from 200); Max value from RGB is 119 - color contains mainly: green. Hex color #117740 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #117740 is #EE88BF. Grayscale: #525252. Windows color (decimal): -15632576 or 4224785. OLE color: 4224785.
HSL color Cylindrical-coordinate representation of color #117740: hue angle of 147.65º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #117740 is Cyan = 0.86, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 17 | 119 | 64 | - |
| CMYK | 0.86 | 0 | 0.46 | 0.53 |
| HSL | 147.65º | 0.75% | 0.27% | - |
| HSV(B) | 147.65º | 0.86% | 0.47% | - |
| XYZ | 7.75 | 13.68 | 7.08 | - |
| YUV | 82.23 | 117.71 | 81.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 119 | 64 | 0.86 | 0 | 0.46 | 0.53 | 147.65 | 0.75 | 0.27 |
| Hex | 11 | 77 | 40 | 56 | 0 | 2E | 35 | 94 | 4B | 1B |
| Octal | 21 | 167 | 100 | 126 | 0 | 56 | 65 | 224 | 113 | 33 |
| Binary | 10001 | 1110111 | 1000000 | 1010110 | 0 | 101110 | 110101 | 10010100 | 1001011 | 11011 |
Color Harmonies of #117740
Complementary color
Monochromatic Colors of #117740
Black with #117740
Text Example
Text Example
White with #117740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117740; }
p { color: rgb(17,119,64); }
H1.HeaderClassName
{
color: #117740;
}
.AnyTagClassName
{
color: #117740;
}
</style>
background-color css
<style>
a { background-color: #117740; }
a { background-color: rgb(17,119,64); }
div.DivClassName
{
background-color: #117740;
}
.BgClassName
{
background-color: #117740;
}
</style>
border-color css
<style>
span { border-color: #117740; }
span { border-color: rgb(17,119,64); }
td.TdClassName
{
border-color: #117740;
}
.TagClassName
{
border-color: #117740;
}
</style>