Shades of Green #117504
Tints of Green #117504
RGB
CMYK
RGB Variations
Color information
#117504 (or 0x117504) is known color: Green. HEX triplet: 11, 75 and 04. RGB value is (17,117,4). Sum of RGB (Red+Green+Blue) = 17+117+4=138 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.32% from 138); Green value is 117 (46.09% from 255 or 84.78% from 138); Blue value is 4 (1.95% from 255 or 2.90% from 138); Max value from RGB is 117 - color contains mainly: green. Hex color #117504 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #117504 is #EE8AFB. Grayscale: #4A4A4A. Windows color (decimal): -15633148 or 292113. OLE color: 292113.
HSL color Cylindrical-coordinate representation of color #117504: hue angle of 113.1º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #117504 is Cyan = 0.85, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 17 | 117 | 4 | - |
| CMYK | 0.85 | 0 | 0.97 | 0.54 |
| HSL | 113.1º | 0.93% | 0.24% | - |
| HSV(B) | 113.1º | 0.97% | 0.46% | - |
| XYZ | 6.61 | 12.85 | 2.25 | - |
| YUV | 74.22 | 88.37 | 87.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 117 | 4 | 0.85 | 0 | 0.97 | 0.54 | 113.1 | 0.93 | 0.24 |
| Hex | 11 | 75 | 4 | 55 | 0 | 61 | 36 | 71 | 5D | 18 |
| Octal | 21 | 165 | 4 | 125 | 0 | 141 | 66 | 161 | 135 | 30 |
| Binary | 10001 | 1110101 | 100 | 1010101 | 0 | 1100001 | 110110 | 1110001 | 1011101 | 11000 |
Color Harmonies of #117504
Complementary color
Monochromatic Colors of #117504
Black with #117504
Text Example
Text Example
White with #117504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117504; }
p { color: rgb(17,117,4); }
H1.HeaderClassName
{
color: #117504;
}
.AnyTagClassName
{
color: #117504;
}
</style>
background-color css
<style>
a { background-color: #117504; }
a { background-color: rgb(17,117,4); }
div.DivClassName
{
background-color: #117504;
}
.BgClassName
{
background-color: #117504;
}
</style>
border-color css
<style>
span { border-color: #117504; }
span { border-color: rgb(17,117,4); }
td.TdClassName
{
border-color: #117504;
}
.TagClassName
{
border-color: #117504;
}
</style>