Shades of Green #117010
Tints of Green #117010
RGB
CMYK
RGB Variations
Color information
#117010 (or 0x117010) is known color: Green. HEX triplet: 11, 70 and 10. RGB value is (17,112,16). Sum of RGB (Red+Green+Blue) = 17+112+16=145 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.72% from 145); Green value is 112 (44.14% from 255 or 77.24% from 145); Blue value is 16 (6.64% from 255 or 11.03% from 145); Max value from RGB is 112 - color contains mainly: green. Hex color #117010 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #117010 is #EE8FEF. Grayscale: #484848. Windows color (decimal): -15634416 or 1077265. OLE color: 1077265.
HSL color Cylindrical-coordinate representation of color #117010: hue angle of 119.38º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #117010 is Cyan = 0.85, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 17 | 112 | 16 | - |
| CMYK | 0.85 | 0 | 0.86 | 0.56 |
| HSL | 119.38º | 0.75% | 0.25% | - |
| HSV(B) | 119.38º | 0.86% | 0.44% | - |
| XYZ | 6.12 | 11.74 | 2.43 | - |
| YUV | 72.65 | 96.03 | 88.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 112 | 16 | 0.85 | 0 | 0.86 | 0.56 | 119.38 | 0.75 | 0.25 |
| Hex | 11 | 70 | 10 | 55 | 0 | 56 | 38 | 77 | 4B | 19 |
| Octal | 21 | 160 | 20 | 125 | 0 | 126 | 70 | 167 | 113 | 31 |
| Binary | 10001 | 1110000 | 10000 | 1010101 | 0 | 1010110 | 111000 | 1110111 | 1001011 | 11001 |
Color Harmonies of #117010
Complementary color
Monochromatic Colors of #117010
Black with #117010
Text Example
Text Example
White with #117010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117010; }
p { color: rgb(17,112,16); }
H1.HeaderClassName
{
color: #117010;
}
.AnyTagClassName
{
color: #117010;
}
</style>
background-color css
<style>
a { background-color: #117010; }
a { background-color: rgb(17,112,16); }
div.DivClassName
{
background-color: #117010;
}
.BgClassName
{
background-color: #117010;
}
</style>
border-color css
<style>
span { border-color: #117010; }
span { border-color: rgb(17,112,16); }
td.TdClassName
{
border-color: #117010;
}
.TagClassName
{
border-color: #117010;
}
</style>