Shades of Green #117715
Tints of Green #117715
RGB
CMYK
RGB Variations
Color information
#117715 (or 0x117715) is known color: Green. HEX triplet: 11, 77 and 15. RGB value is (17,119,21). Sum of RGB (Red+Green+Blue) = 17+119+21=157 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.83% from 157); Green value is 119 (46.88% from 255 or 75.80% from 157); Blue value is 21 (8.59% from 255 or 13.38% from 157); Max value from RGB is 119 - color contains mainly: green. Hex color #117715 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #117715 is #EE88EA. Grayscale: #4D4D4D. Windows color (decimal): -15632619 or 1406737. OLE color: 1406737.
HSL color Cylindrical-coordinate representation of color #117715: hue angle of 122.35º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #117715 is Cyan = 0.86, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 17 | 119 | 21 | - |
| CMYK | 0.86 | 0 | 0.82 | 0.53 |
| HSL | 122.35º | 0.75% | 0.27% | - |
| HSV(B) | 122.35º | 0.86% | 0.47% | - |
| XYZ | 6.96 | 13.37 | 2.92 | - |
| YUV | 77.33 | 96.21 | 84.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 119 | 21 | 0.86 | 0 | 0.82 | 0.53 | 122.35 | 0.75 | 0.27 |
| Hex | 11 | 77 | 15 | 56 | 0 | 52 | 35 | 7A | 4B | 1B |
| Octal | 21 | 167 | 25 | 126 | 0 | 122 | 65 | 172 | 113 | 33 |
| Binary | 10001 | 1110111 | 10101 | 1010110 | 0 | 1010010 | 110101 | 1111010 | 1001011 | 11011 |
Color Harmonies of #117715
Complementary color
Monochromatic Colors of #117715
Black with #117715
Text Example
Text Example
White with #117715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117715; }
p { color: rgb(17,119,21); }
H1.HeaderClassName
{
color: #117715;
}
.AnyTagClassName
{
color: #117715;
}
</style>
background-color css
<style>
a { background-color: #117715; }
a { background-color: rgb(17,119,21); }
div.DivClassName
{
background-color: #117715;
}
.BgClassName
{
background-color: #117715;
}
</style>
border-color css
<style>
span { border-color: #117715; }
span { border-color: rgb(17,119,21); }
td.TdClassName
{
border-color: #117715;
}
.TagClassName
{
border-color: #117715;
}
</style>