Shades of Green #117408
Tints of Green #117408
RGB
CMYK
RGB Variations
Color information
#117408 (or 0x117408) is known color: Green. HEX triplet: 11, 74 and 08. RGB value is (17,116,8). Sum of RGB (Red+Green+Blue) = 17+116+8=141 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.06% from 141); Green value is 116 (45.70% from 255 or 82.27% from 141); Blue value is 8 (3.52% from 255 or 5.67% from 141); Max value from RGB is 116 - color contains mainly: green. Hex color #117408 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #117408 is #EE8BF7. Grayscale: #4A4A4A. Windows color (decimal): -15633400 or 554001. OLE color: 554001.
HSL color Cylindrical-coordinate representation of color #117408: hue angle of 115º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #117408 is Cyan = 0.85, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 17 | 116 | 8 | - |
| CMYK | 0.85 | 0 | 0.93 | 0.55 |
| HSL | 115º | 0.87% | 0.24% | - |
| HSV(B) | 115º | 0.93% | 0.45% | - |
| XYZ | 6.52 | 12.63 | 2.32 | - |
| YUV | 74.09 | 90.7 | 87.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 116 | 8 | 0.85 | 0 | 0.93 | 0.55 | 115 | 0.87 | 0.24 |
| Hex | 11 | 74 | 8 | 55 | 0 | 5D | 37 | 73 | 57 | 18 |
| Octal | 21 | 164 | 10 | 125 | 0 | 135 | 67 | 163 | 127 | 30 |
| Binary | 10001 | 1110100 | 1000 | 1010101 | 0 | 1011101 | 110111 | 1110011 | 1010111 | 11000 |
Color Harmonies of #117408
Complementary color
Monochromatic Colors of #117408
Black with #117408
Text Example
Text Example
White with #117408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117408; }
p { color: rgb(17,116,8); }
H1.HeaderClassName
{
color: #117408;
}
.AnyTagClassName
{
color: #117408;
}
</style>
background-color css
<style>
a { background-color: #117408; }
a { background-color: rgb(17,116,8); }
div.DivClassName
{
background-color: #117408;
}
.BgClassName
{
background-color: #117408;
}
</style>
border-color css
<style>
span { border-color: #117408; }
span { border-color: rgb(17,116,8); }
td.TdClassName
{
border-color: #117408;
}
.TagClassName
{
border-color: #117408;
}
</style>