Shades of Green #117014
Tints of Green #117014
RGB
CMYK
RGB Variations
Color information
#117014 (or 0x117014) is known color: Green. HEX triplet: 11, 70 and 14. RGB value is (17,112,20). Sum of RGB (Red+Green+Blue) = 17+112+20=149 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.41% from 149); Green value is 112 (44.14% from 255 or 75.17% from 149); Blue value is 20 (8.20% from 255 or 13.42% from 149); Max value from RGB is 112 - color contains mainly: green. Hex color #117014 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #117014 is #EE8FEB. Grayscale: #494949. Windows color (decimal): -15634412 or 1339409. OLE color: 1339409.
HSL color Cylindrical-coordinate representation of color #117014: hue angle of 121.89º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #117014 is Cyan = 0.85, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 17 | 112 | 20 | - |
| CMYK | 0.85 | 0 | 0.82 | 0.56 |
| HSL | 121.89º | 0.74% | 0.25% | - |
| HSV(B) | 121.89º | 0.85% | 0.44% | - |
| XYZ | 6.15 | 11.76 | 2.61 | - |
| YUV | 73.11 | 98.03 | 87.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 112 | 20 | 0.85 | 0 | 0.82 | 0.56 | 121.89 | 0.74 | 0.25 |
| Hex | 11 | 70 | 14 | 55 | 0 | 52 | 38 | 7A | 4A | 19 |
| Octal | 21 | 160 | 24 | 125 | 0 | 122 | 70 | 172 | 112 | 31 |
| Binary | 10001 | 1110000 | 10100 | 1010101 | 0 | 1010010 | 111000 | 1111010 | 1001010 | 11001 |
Color Harmonies of #117014
Complementary color
Monochromatic Colors of #117014
Black with #117014
Text Example
Text Example
White with #117014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117014; }
p { color: rgb(17,112,20); }
H1.HeaderClassName
{
color: #117014;
}
.AnyTagClassName
{
color: #117014;
}
</style>
background-color css
<style>
a { background-color: #117014; }
a { background-color: rgb(17,112,20); }
div.DivClassName
{
background-color: #117014;
}
.BgClassName
{
background-color: #117014;
}
</style>
border-color css
<style>
span { border-color: #117014; }
span { border-color: rgb(17,112,20); }
td.TdClassName
{
border-color: #117014;
}
.TagClassName
{
border-color: #117014;
}
</style>