Shades of Green #117600
Tints of Green #117600
RGB
CMYK
RGB Variations
Color information
#117600 (or 0x117600) is known color: Green. HEX triplet: 11, 76 and 00. RGB value is (17,118,0). Sum of RGB (Red+Green+Blue) = 17+118+0=135 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.59% from 135); Green value is 118 (46.48% from 255 or 87.41% from 135); Blue value is 0 (0.39% from 255 or 0% from 135); Max value from RGB is 118 - color contains mainly: green. Hex color #117600 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #117600 is #EE89FF. Grayscale: #4A4A4A. Windows color (decimal): -15632896 or 30225. OLE color: 30225.
HSL color Cylindrical-coordinate representation of color #117600: hue angle of 111.36º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #117600 is Cyan = 0.86, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 17 | 118 | 0 | - |
| CMYK | 0.86 | 0 | 1 | 0.54 |
| HSL | 111.36º | 1% | 0.23% | - |
| HSV(B) | 111.36º | 1% | 0.46% | - |
| XYZ | 6.71 | 13.08 | 2.17 | - |
| YUV | 74.35 | 86.04 | 87.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 118 | 0 | 0.86 | 0 | 1 | 0.54 | 111.36 | 1 | 0.23 |
| Hex | 11 | 76 | 0 | 56 | 0 | 64 | 36 | 6F | 64 | 17 |
| Octal | 21 | 166 | 0 | 126 | 0 | 144 | 66 | 157 | 144 | 27 |
| Binary | 10001 | 1110110 | 0 | 1010110 | 0 | 1100100 | 110110 | 1101111 | 1100100 | 10111 |
Color Harmonies of #117600
Complementary color
Monochromatic Colors of #117600
Black with #117600
Text Example
Text Example
White with #117600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117600; }
p { color: rgb(17,118,0); }
H1.HeaderClassName
{
color: #117600;
}
.AnyTagClassName
{
color: #117600;
}
</style>
background-color css
<style>
a { background-color: #117600; }
a { background-color: rgb(17,118,0); }
div.DivClassName
{
background-color: #117600;
}
.BgClassName
{
background-color: #117600;
}
</style>
border-color css
<style>
span { border-color: #117600; }
span { border-color: rgb(17,118,0); }
td.TdClassName
{
border-color: #117600;
}
.TagClassName
{
border-color: #117600;
}
</style>