Shades of Green #117409
Tints of Green #117409
RGB
CMYK
RGB Variations
Color information
#117409 (or 0x117409) is known color: Green. HEX triplet: 11, 74 and 09. RGB value is (17,116,9). Sum of RGB (Red+Green+Blue) = 17+116+9=142 (18% of max value = 765). Red value is 17 (7.03% from 255 or 11.97% from 142); Green value is 116 (45.70% from 255 or 81.69% from 142); Blue value is 9 (3.91% from 255 or 6.34% from 142); Max value from RGB is 116 - color contains mainly: green. Hex color #117409 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #117409 is #EE8BF6. Grayscale: #4A4A4A. Windows color (decimal): -15633399 or 619537. OLE color: 619537.
HSL color Cylindrical-coordinate representation of color #117409: hue angle of 115.51º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #117409 is Cyan = 0.85, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 17 | 116 | 9 | - |
| CMYK | 0.85 | 0 | 0.92 | 0.55 |
| HSL | 115.51º | 0.86% | 0.25% | - |
| HSV(B) | 115.51º | 0.92% | 0.45% | - |
| XYZ | 6.53 | 12.63 | 2.35 | - |
| YUV | 74.2 | 91.2 | 87.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 116 | 9 | 0.85 | 0 | 0.92 | 0.55 | 115.51 | 0.86 | 0.25 |
| Hex | 11 | 74 | 9 | 55 | 0 | 5C | 37 | 74 | 56 | 19 |
| Octal | 21 | 164 | 11 | 125 | 0 | 134 | 67 | 164 | 126 | 31 |
| Binary | 10001 | 1110100 | 1001 | 1010101 | 0 | 1011100 | 110111 | 1110100 | 1010110 | 11001 |
Color Harmonies of #117409
Complementary color
Monochromatic Colors of #117409
Black with #117409
Text Example
Text Example
White with #117409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117409; }
p { color: rgb(17,116,9); }
H1.HeaderClassName
{
color: #117409;
}
.AnyTagClassName
{
color: #117409;
}
</style>
background-color css
<style>
a { background-color: #117409; }
a { background-color: rgb(17,116,9); }
div.DivClassName
{
background-color: #117409;
}
.BgClassName
{
background-color: #117409;
}
</style>
border-color css
<style>
span { border-color: #117409; }
span { border-color: rgb(17,116,9); }
td.TdClassName
{
border-color: #117409;
}
.TagClassName
{
border-color: #117409;
}
</style>