Shades of Green #116306
Tints of Green #116306
RGB
CMYK
RGB Variations
Color information
#116306 (or 0x116306) is known color: Green. HEX triplet: 11, 63 and 06. RGB value is (17,99,6). Sum of RGB (Red+Green+Blue) = 17+99+6=122 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.93% from 122); Green value is 99 (39.06% from 255 or 81.15% from 122); Blue value is 6 (2.73% from 255 or 4.92% from 122); Max value from RGB is 99 - color contains mainly: green. Hex color #116306 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116306 is #EE9CF9. Grayscale: #404040. Windows color (decimal): -15637754 or 418577. OLE color: 418577.
HSL color Cylindrical-coordinate representation of color #116306: hue angle of 112.9º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #116306 is Cyan = 0.83, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 17 | 99 | 6 | - |
| CMYK | 0.83 | 0 | 0.94 | 0.61 |
| HSL | 112.9º | 0.89% | 0.21% | - |
| HSV(B) | 112.9º | 0.94% | 0.39% | - |
| XYZ | 4.73 | 9.06 | 1.67 | - |
| YUV | 63.88 | 95.33 | 94.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 99 | 6 | 0.83 | 0 | 0.94 | 0.61 | 112.9 | 0.89 | 0.21 |
| Hex | 11 | 63 | 6 | 53 | 0 | 5E | 3D | 71 | 59 | 15 |
| Octal | 21 | 143 | 6 | 123 | 0 | 136 | 75 | 161 | 131 | 25 |
| Binary | 10001 | 1100011 | 110 | 1010011 | 0 | 1011110 | 111101 | 1110001 | 1011001 | 10101 |
Color Harmonies of #116306
Complementary color
Monochromatic Colors of #116306
Black with #116306
Text Example
Text Example
White with #116306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116306; }
p { color: rgb(17,99,6); }
H1.HeaderClassName
{
color: #116306;
}
.AnyTagClassName
{
color: #116306;
}
</style>
background-color css
<style>
a { background-color: #116306; }
a { background-color: rgb(17,99,6); }
div.DivClassName
{
background-color: #116306;
}
.BgClassName
{
background-color: #116306;
}
</style>
border-color css
<style>
span { border-color: #116306; }
span { border-color: rgb(17,99,6); }
td.TdClassName
{
border-color: #116306;
}
.TagClassName
{
border-color: #116306;
}
</style>