Shades of Green #117807
Tints of Green #117807
RGB
CMYK
RGB Variations
Color information
#117807 (or 0x117807) is known color: Green. HEX triplet: 11, 78 and 07. RGB value is (17,120,7). Sum of RGB (Red+Green+Blue) = 17+120+7=144 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.81% from 144); Green value is 120 (47.27% from 255 or 83.33% from 144); Blue value is 7 (3.12% from 255 or 4.86% from 144); Max value from RGB is 120 - color contains mainly: green. Hex color #117807 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #117807 is #EE87F8. Grayscale: #4C4C4C. Windows color (decimal): -15632377 or 489489. OLE color: 489489.
HSL color Cylindrical-coordinate representation of color #117807: hue angle of 114.69º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #117807 is Cyan = 0.86, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 17 | 120 | 7 | - |
| CMYK | 0.86 | 0 | 0.94 | 0.53 |
| HSL | 114.69º | 0.89% | 0.25% | - |
| HSV(B) | 114.69º | 0.94% | 0.47% | - |
| XYZ | 6.99 | 13.57 | 2.45 | - |
| YUV | 76.32 | 88.88 | 85.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 120 | 7 | 0.86 | 0 | 0.94 | 0.53 | 114.69 | 0.89 | 0.25 |
| Hex | 11 | 78 | 7 | 56 | 0 | 5E | 35 | 73 | 59 | 19 |
| Octal | 21 | 170 | 7 | 126 | 0 | 136 | 65 | 163 | 131 | 31 |
| Binary | 10001 | 1111000 | 111 | 1010110 | 0 | 1011110 | 110101 | 1110011 | 1011001 | 11001 |
Color Harmonies of #117807
Complementary color
Monochromatic Colors of #117807
Black with #117807
Text Example
Text Example
White with #117807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117807; }
p { color: rgb(17,120,7); }
H1.HeaderClassName
{
color: #117807;
}
.AnyTagClassName
{
color: #117807;
}
</style>
background-color css
<style>
a { background-color: #117807; }
a { background-color: rgb(17,120,7); }
div.DivClassName
{
background-color: #117807;
}
.BgClassName
{
background-color: #117807;
}
</style>
border-color css
<style>
span { border-color: #117807; }
span { border-color: rgb(17,120,7); }
td.TdClassName
{
border-color: #117807;
}
.TagClassName
{
border-color: #117807;
}
</style>