Shades of Green #116715
Tints of Green #116715
RGB
CMYK
RGB Variations
Color information
#116715 (or 0x116715) is known color: Green. HEX triplet: 11, 67 and 15. RGB value is (17,103,21). Sum of RGB (Red+Green+Blue) = 17+103+21=141 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.06% from 141); Green value is 103 (40.62% from 255 or 73.05% from 141); Blue value is 21 (8.59% from 255 or 14.89% from 141); Max value from RGB is 103 - color contains mainly: green. Hex color #116715 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116715 is #EE98EA. Grayscale: #444444. Windows color (decimal): -15636715 or 1402641. OLE color: 1402641.
HSL color Cylindrical-coordinate representation of color #116715: hue angle of 122.79º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #116715 is Cyan = 0.83, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 17 | 103 | 21 | - |
| CMYK | 0.83 | 0 | 0.80 | 0.60 |
| HSL | 122.79º | 0.72% | 0.24% | - |
| HSV(B) | 122.79º | 0.83% | 0.4% | - |
| XYZ | 5.22 | 9.87 | 2.34 | - |
| YUV | 67.94 | 101.51 | 91.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 103 | 21 | 0.83 | 0 | 0.80 | 0.60 | 122.79 | 0.72 | 0.24 |
| Hex | 11 | 67 | 15 | 53 | 0 | 50 | 3C | 7B | 48 | 18 |
| Octal | 21 | 147 | 25 | 123 | 0 | 120 | 74 | 173 | 110 | 30 |
| Binary | 10001 | 1100111 | 10101 | 1010011 | 0 | 1010000 | 111100 | 1111011 | 1001000 | 11000 |
Color Harmonies of #116715
Complementary color
Monochromatic Colors of #116715
Black with #116715
Text Example
Text Example
White with #116715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116715; }
p { color: rgb(17,103,21); }
H1.HeaderClassName
{
color: #116715;
}
.AnyTagClassName
{
color: #116715;
}
</style>
background-color css
<style>
a { background-color: #116715; }
a { background-color: rgb(17,103,21); }
div.DivClassName
{
background-color: #116715;
}
.BgClassName
{
background-color: #116715;
}
</style>
border-color css
<style>
span { border-color: #116715; }
span { border-color: rgb(17,103,21); }
td.TdClassName
{
border-color: #116715;
}
.TagClassName
{
border-color: #116715;
}
</style>