Shades of Green #116310
Tints of Green #116310
RGB
CMYK
RGB Variations
Color information
#116310 (or 0x116310) is known color: Green. HEX triplet: 11, 63 and 10. RGB value is (17,99,16). Sum of RGB (Red+Green+Blue) = 17+99+16=132 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.88% from 132); Green value is 99 (39.06% from 255 or 75% from 132); Blue value is 16 (6.64% from 255 or 12.12% from 132); Max value from RGB is 99 - color contains mainly: green. Hex color #116310 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116310 is #EE9CEF. Grayscale: #414141. Windows color (decimal): -15637744 or 1073937. OLE color: 1073937.
HSL color Cylindrical-coordinate representation of color #116310: hue angle of 119.28º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #116310 is Cyan = 0.83, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 17 | 99 | 16 | - |
| CMYK | 0.83 | 0 | 0.84 | 0.61 |
| HSL | 119.28º | 0.72% | 0.23% | - |
| HSV(B) | 119.28º | 0.84% | 0.39% | - |
| XYZ | 4.79 | 9.08 | 1.99 | - |
| YUV | 65.02 | 100.33 | 93.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 99 | 16 | 0.83 | 0 | 0.84 | 0.61 | 119.28 | 0.72 | 0.23 |
| Hex | 11 | 63 | 10 | 53 | 0 | 54 | 3D | 77 | 48 | 17 |
| Octal | 21 | 143 | 20 | 123 | 0 | 124 | 75 | 167 | 110 | 27 |
| Binary | 10001 | 1100011 | 10000 | 1010011 | 0 | 1010100 | 111101 | 1110111 | 1001000 | 10111 |
Color Harmonies of #116310
Complementary color
Monochromatic Colors of #116310
Black with #116310
Text Example
Text Example
White with #116310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116310; }
p { color: rgb(17,99,16); }
H1.HeaderClassName
{
color: #116310;
}
.AnyTagClassName
{
color: #116310;
}
</style>
background-color css
<style>
a { background-color: #116310; }
a { background-color: rgb(17,99,16); }
div.DivClassName
{
background-color: #116310;
}
.BgClassName
{
background-color: #116310;
}
</style>
border-color css
<style>
span { border-color: #116310; }
span { border-color: rgb(17,99,16); }
td.TdClassName
{
border-color: #116310;
}
.TagClassName
{
border-color: #116310;
}
</style>