Shades of Dark Spring Green #117B40
Tints of Dark Spring Green #117B40
RGB
CMYK
RGB Variations
Color information
#117B40 (or 0x117B40) is known color: Dark Spring Green. HEX triplet: 11, 7B and 40. RGB value is (17,123,64). Sum of RGB (Red+Green+Blue) = 17+123+64=204 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.33% from 204); Green value is 123 (48.44% from 255 or 60.29% from 204); Blue value is 64 (25.39% from 255 or 31.37% from 204); Max value from RGB is 123 - color contains mainly: green. Hex color #117B40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #117B40 is #EE84BF. Grayscale: #545454. Windows color (decimal): -15631552 or 4225809. OLE color: 4225809.
HSL color Cylindrical-coordinate representation of color #117B40: hue angle of 146.6º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #117B40 is Cyan = 0.86, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 17 | 123 | 64 | - |
| CMYK | 0.86 | 0 | 0.48 | 0.52 |
| HSL | 146.6º | 0.76% | 0.27% | - |
| HSV(B) | 146.6º | 0.86% | 0.48% | - |
| XYZ | 8.24 | 14.66 | 7.24 | - |
| YUV | 84.58 | 116.38 | 79.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 123 | 64 | 0.86 | 0 | 0.48 | 0.52 | 146.6 | 0.76 | 0.27 |
| Hex | 11 | 7B | 40 | 56 | 0 | 30 | 34 | 93 | 4C | 1B |
| Octal | 21 | 173 | 100 | 126 | 0 | 60 | 64 | 223 | 114 | 33 |
| Binary | 10001 | 1111011 | 1000000 | 1010110 | 0 | 110000 | 110100 | 10010011 | 1001100 | 11011 |
Color Harmonies of #117B40
Complementary color
Monochromatic Colors of #117B40
Black with #117B40
Text Example
Text Example
White with #117B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117B40; }
p { color: rgb(17,123,64); }
H1.HeaderClassName
{
color: #117B40;
}
.AnyTagClassName
{
color: #117B40;
}
</style>
background-color css
<style>
a { background-color: #117B40; }
a { background-color: rgb(17,123,64); }
div.DivClassName
{
background-color: #117B40;
}
.BgClassName
{
background-color: #117B40;
}
</style>
border-color css
<style>
span { border-color: #117B40; }
span { border-color: rgb(17,123,64); }
td.TdClassName
{
border-color: #117B40;
}
.TagClassName
{
border-color: #117B40;
}
</style>