Shades of Green #116103
Tints of Green #116103
RGB
CMYK
RGB Variations
Color information
#116103 (or 0x116103) is known color: Green. HEX triplet: 11, 61 and 03. RGB value is (17,97,3). Sum of RGB (Red+Green+Blue) = 17+97+3=117 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.53% from 117); Green value is 97 (38.28% from 255 or 82.91% from 117); Blue value is 3 (1.56% from 255 or 2.56% from 117); Max value from RGB is 97 - color contains mainly: green. Hex color #116103 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116103 is #EE9EFC. Grayscale: #3E3E3E. Windows color (decimal): -15638269 or 221457. OLE color: 221457.
HSL color Cylindrical-coordinate representation of color #116103: hue angle of 111.06º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #116103 is Cyan = 0.82, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 17 | 97 | 3 | - |
| CMYK | 0.82 | 0 | 0.97 | 0.62 |
| HSL | 111.06º | 0.94% | 0.2% | - |
| HSV(B) | 111.06º | 0.97% | 0.38% | - |
| XYZ | 4.52 | 8.68 | 1.52 | - |
| YUV | 62.36 | 94.5 | 95.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 97 | 3 | 0.82 | 0 | 0.97 | 0.62 | 111.06 | 0.94 | 0.2 |
| Hex | 11 | 61 | 3 | 52 | 0 | 61 | 3E | 6F | 5E | 14 |
| Octal | 21 | 141 | 3 | 122 | 0 | 141 | 76 | 157 | 136 | 24 |
| Binary | 10001 | 1100001 | 11 | 1010010 | 0 | 1100001 | 111110 | 1101111 | 1011110 | 10100 |
Color Harmonies of #116103
Complementary color
Monochromatic Colors of #116103
Black with #116103
Text Example
Text Example
White with #116103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116103; }
p { color: rgb(17,97,3); }
H1.HeaderClassName
{
color: #116103;
}
.AnyTagClassName
{
color: #116103;
}
</style>
background-color css
<style>
a { background-color: #116103; }
a { background-color: rgb(17,97,3); }
div.DivClassName
{
background-color: #116103;
}
.BgClassName
{
background-color: #116103;
}
</style>
border-color css
<style>
span { border-color: #116103; }
span { border-color: rgb(17,97,3); }
td.TdClassName
{
border-color: #116103;
}
.TagClassName
{
border-color: #116103;
}
</style>