Shades of Green #117908
Tints of Green #117908
RGB
CMYK
RGB Variations
Color information
#117908 (or 0x117908) is known color: Green. HEX triplet: 11, 79 and 08. RGB value is (17,121,8). Sum of RGB (Red+Green+Blue) = 17+121+8=146 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.64% from 146); Green value is 121 (47.66% from 255 or 82.88% from 146); Blue value is 8 (3.52% from 255 or 5.48% from 146); Max value from RGB is 121 - color contains mainly: green. Hex color #117908 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #117908 is #EE86F7. Grayscale: #4D4D4D. Windows color (decimal): -15632120 or 555281. OLE color: 555281.
HSL color Cylindrical-coordinate representation of color #117908: hue angle of 115.22º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #117908 is Cyan = 0.86, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 17 | 121 | 8 | - |
| CMYK | 0.86 | 0 | 0.93 | 0.53 |
| HSL | 115.22º | 0.88% | 0.25% | - |
| HSV(B) | 115.22º | 0.93% | 0.47% | - |
| XYZ | 7.11 | 13.81 | 2.52 | - |
| YUV | 77.02 | 89.04 | 85.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 121 | 8 | 0.86 | 0 | 0.93 | 0.53 | 115.22 | 0.88 | 0.25 |
| Hex | 11 | 79 | 8 | 56 | 0 | 5D | 35 | 73 | 58 | 19 |
| Octal | 21 | 171 | 10 | 126 | 0 | 135 | 65 | 163 | 130 | 31 |
| Binary | 10001 | 1111001 | 1000 | 1010110 | 0 | 1011101 | 110101 | 1110011 | 1011000 | 11001 |
Color Harmonies of #117908
Complementary color
Monochromatic Colors of #117908
Black with #117908
Text Example
Text Example
White with #117908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117908; }
p { color: rgb(17,121,8); }
H1.HeaderClassName
{
color: #117908;
}
.AnyTagClassName
{
color: #117908;
}
</style>
background-color css
<style>
a { background-color: #117908; }
a { background-color: rgb(17,121,8); }
div.DivClassName
{
background-color: #117908;
}
.BgClassName
{
background-color: #117908;
}
</style>
border-color css
<style>
span { border-color: #117908; }
span { border-color: rgb(17,121,8); }
td.TdClassName
{
border-color: #117908;
}
.TagClassName
{
border-color: #117908;
}
</style>