Shades of Green #117013
Tints of Green #117013
RGB
CMYK
RGB Variations
Color information
#117013 (or 0x117013) is known color: Green. HEX triplet: 11, 70 and 13. RGB value is (17,112,19). Sum of RGB (Red+Green+Blue) = 17+112+19=148 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.49% from 148); Green value is 112 (44.14% from 255 or 75.68% from 148); Blue value is 19 (7.81% from 255 or 12.84% from 148); Max value from RGB is 112 - color contains mainly: green. Hex color #117013 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #117013 is #EE8FEC. Grayscale: #494949. Windows color (decimal): -15634413 or 1273873. OLE color: 1273873.
HSL color Cylindrical-coordinate representation of color #117013: hue angle of 121.26º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #117013 is Cyan = 0.85, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 17 | 112 | 19 | - |
| CMYK | 0.85 | 0 | 0.83 | 0.56 |
| HSL | 121.26º | 0.74% | 0.25% | - |
| HSV(B) | 121.26º | 0.85% | 0.44% | - |
| XYZ | 6.14 | 11.75 | 2.56 | - |
| YUV | 72.99 | 97.53 | 88.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 112 | 19 | 0.85 | 0 | 0.83 | 0.56 | 121.26 | 0.74 | 0.25 |
| Hex | 11 | 70 | 13 | 55 | 0 | 53 | 38 | 79 | 4A | 19 |
| Octal | 21 | 160 | 23 | 125 | 0 | 123 | 70 | 171 | 112 | 31 |
| Binary | 10001 | 1110000 | 10011 | 1010101 | 0 | 1010011 | 111000 | 1111001 | 1001010 | 11001 |
Color Harmonies of #117013
Complementary color
Monochromatic Colors of #117013
Black with #117013
Text Example
Text Example
White with #117013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117013; }
p { color: rgb(17,112,19); }
H1.HeaderClassName
{
color: #117013;
}
.AnyTagClassName
{
color: #117013;
}
</style>
background-color css
<style>
a { background-color: #117013; }
a { background-color: rgb(17,112,19); }
div.DivClassName
{
background-color: #117013;
}
.BgClassName
{
background-color: #117013;
}
</style>
border-color css
<style>
span { border-color: #117013; }
span { border-color: rgb(17,112,19); }
td.TdClassName
{
border-color: #117013;
}
.TagClassName
{
border-color: #117013;
}
</style>