Shades of Green #118706
Tints of Green #118706
RGB
CMYK
RGB Variations
Color information
#118706 (or 0x118706) is known color: Green. HEX triplet: 11, 87 and 06. RGB value is (17,135,6). Sum of RGB (Red+Green+Blue) = 17+135+6=158 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.76% from 158); Green value is 135 (53.12% from 255 or 85.44% from 158); Blue value is 6 (2.73% from 255 or 3.80% from 158); Max value from RGB is 135 - color contains mainly: green. Hex color #118706 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #118706 is #EE78F9. Grayscale: #555555. Windows color (decimal): -15628538 or 427793. OLE color: 427793.
HSL color Cylindrical-coordinate representation of color #118706: hue angle of 114.88º degrees, saturation: 0.91, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #118706 is Cyan = 0.87, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 17 | 135 | 6 | - |
| CMYK | 0.87 | 0 | 0.96 | 0.47 |
| HSL | 114.88º | 0.91% | 0.28% | - |
| HSV(B) | 114.88º | 0.96% | 0.53% | - |
| XYZ | 8.93 | 17.46 | 3.07 | - |
| YUV | 85.01 | 83.41 | 79.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 135 | 6 | 0.87 | 0 | 0.96 | 0.47 | 114.88 | 0.91 | 0.28 |
| Hex | 11 | 87 | 6 | 57 | 0 | 60 | 2F | 73 | 5B | 1C |
| Octal | 21 | 207 | 6 | 127 | 0 | 140 | 57 | 163 | 133 | 34 |
| Binary | 10001 | 10000111 | 110 | 1010111 | 0 | 1100000 | 101111 | 1110011 | 1011011 | 11100 |
Color Harmonies of #118706
Complementary color
Monochromatic Colors of #118706
Black with #118706
Text Example
Text Example
White with #118706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118706; }
p { color: rgb(17,135,6); }
H1.HeaderClassName
{
color: #118706;
}
.AnyTagClassName
{
color: #118706;
}
</style>
background-color css
<style>
a { background-color: #118706; }
a { background-color: rgb(17,135,6); }
div.DivClassName
{
background-color: #118706;
}
.BgClassName
{
background-color: #118706;
}
</style>
border-color css
<style>
span { border-color: #118706; }
span { border-color: rgb(17,135,6); }
td.TdClassName
{
border-color: #118706;
}
.TagClassName
{
border-color: #118706;
}
</style>