Shades of Dark Spring Green #117C42
Tints of Dark Spring Green #117C42
RGB
CMYK
RGB Variations
Color information
#117C42 (or 0x117C42) is known color: Dark Spring Green. HEX triplet: 11, 7C and 42. RGB value is (17,124,66). Sum of RGB (Red+Green+Blue) = 17+124+66=207 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.21% from 207); Green value is 124 (48.83% from 255 or 59.90% from 207); Blue value is 66 (26.17% from 255 or 31.88% from 207); Max value from RGB is 124 - color contains mainly: green. Hex color #117C42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #117C42 is #EE83BD. Grayscale: #555555. Windows color (decimal): -15631294 or 4357137. OLE color: 4357137.
HSL color Cylindrical-coordinate representation of color #117C42: hue angle of 147.48º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #117C42 is Cyan = 0.86, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 17 | 124 | 66 | - |
| CMYK | 0.86 | 0 | 0.47 | 0.51 |
| HSL | 147.48º | 0.76% | 0.28% | - |
| HSV(B) | 147.48º | 0.86% | 0.49% | - |
| XYZ | 8.42 | 14.93 | 7.59 | - |
| YUV | 85.4 | 117.05 | 79.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 124 | 66 | 0.86 | 0 | 0.47 | 0.51 | 147.48 | 0.76 | 0.28 |
| Hex | 11 | 7C | 42 | 56 | 0 | 2F | 33 | 93 | 4C | 1C |
| Octal | 21 | 174 | 102 | 126 | 0 | 57 | 63 | 223 | 114 | 34 |
| Binary | 10001 | 1111100 | 1000010 | 1010110 | 0 | 101111 | 110011 | 10010011 | 1001100 | 11100 |
Color Harmonies of #117C42
Complementary color
Monochromatic Colors of #117C42
Black with #117C42
Text Example
Text Example
White with #117C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117C42; }
p { color: rgb(17,124,66); }
H1.HeaderClassName
{
color: #117C42;
}
.AnyTagClassName
{
color: #117C42;
}
</style>
background-color css
<style>
a { background-color: #117C42; }
a { background-color: rgb(17,124,66); }
div.DivClassName
{
background-color: #117C42;
}
.BgClassName
{
background-color: #117C42;
}
</style>
border-color css
<style>
span { border-color: #117C42; }
span { border-color: rgb(17,124,66); }
td.TdClassName
{
border-color: #117C42;
}
.TagClassName
{
border-color: #117C42;
}
</style>