Shades of Dark Spring Green #117F37
Tints of Dark Spring Green #117F37
RGB
CMYK
RGB Variations
Color information
#117F37 (or 0x117F37) is known color: Dark Spring Green. HEX triplet: 11, 7F and 37. RGB value is (17,127,55). Sum of RGB (Red+Green+Blue) = 17+127+55=199 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.54% from 199); Green value is 127 (50% from 255 or 63.82% from 199); Blue value is 55 (21.88% from 255 or 27.64% from 199); Max value from RGB is 127 - color contains mainly: green. Hex color #117F37 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #117F37 is #EE80C8. Grayscale: #565656. Windows color (decimal): -15630537 or 3637009. OLE color: 3637009.
HSL color Cylindrical-coordinate representation of color #117F37: hue angle of 140.73º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #117F37 is Cyan = 0.87, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 17 | 127 | 55 | - |
| CMYK | 0.87 | 0 | 0.57 | 0.50 |
| HSL | 140.73º | 0.76% | 0.28% | - |
| HSV(B) | 140.73º | 0.87% | 0.5% | - |
| XYZ | 8.51 | 15.57 | 6.17 | - |
| YUV | 85.9 | 110.56 | 78.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 127 | 55 | 0.87 | 0 | 0.57 | 0.50 | 140.73 | 0.76 | 0.28 |
| Hex | 11 | 7F | 37 | 57 | 0 | 39 | 32 | 8D | 4C | 1C |
| Octal | 21 | 177 | 67 | 127 | 0 | 71 | 62 | 215 | 114 | 34 |
| Binary | 10001 | 1111111 | 110111 | 1010111 | 0 | 111001 | 110010 | 10001101 | 1001100 | 11100 |
Color Harmonies of #117F37
Complementary color
Monochromatic Colors of #117F37
Black with #117F37
Text Example
Text Example
White with #117F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117F37; }
p { color: rgb(17,127,55); }
H1.HeaderClassName
{
color: #117F37;
}
.AnyTagClassName
{
color: #117F37;
}
</style>
background-color css
<style>
a { background-color: #117F37; }
a { background-color: rgb(17,127,55); }
div.DivClassName
{
background-color: #117F37;
}
.BgClassName
{
background-color: #117F37;
}
</style>
border-color css
<style>
span { border-color: #117F37; }
span { border-color: rgb(17,127,55); }
td.TdClassName
{
border-color: #117F37;
}
.TagClassName
{
border-color: #117F37;
}
</style>