Shades of Green #117205
Tints of Green #117205
RGB
CMYK
RGB Variations
Color information
#117205 (or 0x117205) is known color: Green. HEX triplet: 11, 72 and 05. RGB value is (17,114,5). Sum of RGB (Red+Green+Blue) = 17+114+5=136 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.5% from 136); Green value is 114 (44.92% from 255 or 83.82% from 136); Blue value is 5 (2.34% from 255 or 3.68% from 136); Max value from RGB is 114 - color contains mainly: green. Hex color #117205 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #117205 is #EE8DFA. Grayscale: #484848. Windows color (decimal): -15633915 or 356881. OLE color: 356881.
HSL color Cylindrical-coordinate representation of color #117205: hue angle of 113.39º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #117205 is Cyan = 0.85, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 17 | 114 | 5 | - |
| CMYK | 0.85 | 0 | 0.96 | 0.55 |
| HSL | 113.39º | 0.92% | 0.23% | - |
| HSV(B) | 113.39º | 0.96% | 0.45% | - |
| XYZ | 6.28 | 12.16 | 2.16 | - |
| YUV | 72.57 | 89.86 | 88.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 114 | 5 | 0.85 | 0 | 0.96 | 0.55 | 113.39 | 0.92 | 0.23 |
| Hex | 11 | 72 | 5 | 55 | 0 | 60 | 37 | 71 | 5C | 17 |
| Octal | 21 | 162 | 5 | 125 | 0 | 140 | 67 | 161 | 134 | 27 |
| Binary | 10001 | 1110010 | 101 | 1010101 | 0 | 1100000 | 110111 | 1110001 | 1011100 | 10111 |
Color Harmonies of #117205
Complementary color
Monochromatic Colors of #117205
Black with #117205
Text Example
Text Example
White with #117205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117205; }
p { color: rgb(17,114,5); }
H1.HeaderClassName
{
color: #117205;
}
.AnyTagClassName
{
color: #117205;
}
</style>
background-color css
<style>
a { background-color: #117205; }
a { background-color: rgb(17,114,5); }
div.DivClassName
{
background-color: #117205;
}
.BgClassName
{
background-color: #117205;
}
</style>
border-color css
<style>
span { border-color: #117205; }
span { border-color: rgb(17,114,5); }
td.TdClassName
{
border-color: #117205;
}
.TagClassName
{
border-color: #117205;
}
</style>