Shades of Green #118710
Tints of Green #118710
RGB
CMYK
RGB Variations
Color information
#118710 (or 0x118710) is known color: Green. HEX triplet: 11, 87 and 10. RGB value is (17,135,16). Sum of RGB (Red+Green+Blue) = 17+135+16=168 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.12% from 168); Green value is 135 (53.12% from 255 or 80.36% from 168); Blue value is 16 (6.64% from 255 or 9.52% from 168); Max value from RGB is 135 - color contains mainly: green. Hex color #118710 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #118710 is #EE78EF. Grayscale: #565656. Windows color (decimal): -15628528 or 1083153. OLE color: 1083153.
HSL color Cylindrical-coordinate representation of color #118710: hue angle of 119.5º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #118710 is Cyan = 0.87, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 17 | 135 | 16 | - |
| CMYK | 0.87 | 0 | 0.88 | 0.47 |
| HSL | 119.5º | 0.79% | 0.3% | - |
| HSV(B) | 119.5º | 0.88% | 0.53% | - |
| XYZ | 8.99 | 17.48 | 3.39 | - |
| YUV | 86.15 | 88.41 | 78.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 135 | 16 | 0.87 | 0 | 0.88 | 0.47 | 119.5 | 0.79 | 0.3 |
| Hex | 11 | 87 | 10 | 57 | 0 | 58 | 2F | 77 | 4F | 1E |
| Octal | 21 | 207 | 20 | 127 | 0 | 130 | 57 | 167 | 117 | 36 |
| Binary | 10001 | 10000111 | 10000 | 1010111 | 0 | 1011000 | 101111 | 1110111 | 1001111 | 11110 |
Color Harmonies of #118710
Complementary color
Monochromatic Colors of #118710
Black with #118710
Text Example
Text Example
White with #118710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118710; }
p { color: rgb(17,135,16); }
H1.HeaderClassName
{
color: #118710;
}
.AnyTagClassName
{
color: #118710;
}
</style>
background-color css
<style>
a { background-color: #118710; }
a { background-color: rgb(17,135,16); }
div.DivClassName
{
background-color: #118710;
}
.BgClassName
{
background-color: #118710;
}
</style>
border-color css
<style>
span { border-color: #118710; }
span { border-color: rgb(17,135,16); }
td.TdClassName
{
border-color: #118710;
}
.TagClassName
{
border-color: #118710;
}
</style>