Shades of Green #116803
Tints of Green #116803
RGB
CMYK
RGB Variations
Color information
#116803 (or 0x116803) is known color: Green. HEX triplet: 11, 68 and 03. RGB value is (17,104,3). Sum of RGB (Red+Green+Blue) = 17+104+3=124 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.71% from 124); Green value is 104 (41.02% from 255 or 83.87% from 124); Blue value is 3 (1.56% from 255 or 2.42% from 124); Max value from RGB is 104 - color contains mainly: green. Hex color #116803 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116803 is #EE97FC. Grayscale: #424242. Windows color (decimal): -15636477 or 223249. OLE color: 223249.
HSL color Cylindrical-coordinate representation of color #116803: hue angle of 111.68º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #116803 is Cyan = 0.84, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 17 | 104 | 3 | - |
| CMYK | 0.84 | 0 | 0.97 | 0.59 |
| HSL | 111.68º | 0.94% | 0.21% | - |
| HSV(B) | 111.68º | 0.97% | 0.41% | - |
| XYZ | 5.2 | 10.03 | 1.75 | - |
| YUV | 66.47 | 92.18 | 92.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 104 | 3 | 0.84 | 0 | 0.97 | 0.59 | 111.68 | 0.94 | 0.21 |
| Hex | 11 | 68 | 3 | 54 | 0 | 61 | 3B | 70 | 5E | 15 |
| Octal | 21 | 150 | 3 | 124 | 0 | 141 | 73 | 160 | 136 | 25 |
| Binary | 10001 | 1101000 | 11 | 1010100 | 0 | 1100001 | 111011 | 1110000 | 1011110 | 10101 |
Color Harmonies of #116803
Complementary color
Monochromatic Colors of #116803
Black with #116803
Text Example
Text Example
White with #116803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116803; }
p { color: rgb(17,104,3); }
H1.HeaderClassName
{
color: #116803;
}
.AnyTagClassName
{
color: #116803;
}
</style>
background-color css
<style>
a { background-color: #116803; }
a { background-color: rgb(17,104,3); }
div.DivClassName
{
background-color: #116803;
}
.BgClassName
{
background-color: #116803;
}
</style>
border-color css
<style>
span { border-color: #116803; }
span { border-color: rgb(17,104,3); }
td.TdClassName
{
border-color: #116803;
}
.TagClassName
{
border-color: #116803;
}
</style>