Shades of Green #117907
Tints of Green #117907
RGB
CMYK
RGB Variations
Color information
#117907 (or 0x117907) is known color: Green. HEX triplet: 11, 79 and 07. RGB value is (17,121,7). Sum of RGB (Red+Green+Blue) = 17+121+7=145 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.72% from 145); Green value is 121 (47.66% from 255 or 83.45% from 145); Blue value is 7 (3.12% from 255 or 4.83% from 145); Max value from RGB is 121 - color contains mainly: green. Hex color #117907 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #117907 is #EE86F8. Grayscale: #4D4D4D. Windows color (decimal): -15632121 or 489745. OLE color: 489745.
HSL color Cylindrical-coordinate representation of color #117907: hue angle of 114.74º 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 #117907 is Cyan = 0.86, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 17 | 121 | 7 | - |
| CMYK | 0.86 | 0 | 0.94 | 0.53 |
| HSL | 114.74º | 0.89% | 0.25% | - |
| HSV(B) | 114.74º | 0.94% | 0.47% | - |
| XYZ | 7.11 | 13.81 | 2.49 | - |
| YUV | 76.91 | 88.54 | 85.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 121 | 7 | 0.86 | 0 | 0.94 | 0.53 | 114.74 | 0.89 | 0.25 |
| Hex | 11 | 79 | 7 | 56 | 0 | 5E | 35 | 73 | 59 | 19 |
| Octal | 21 | 171 | 7 | 126 | 0 | 136 | 65 | 163 | 131 | 31 |
| Binary | 10001 | 1111001 | 111 | 1010110 | 0 | 1011110 | 110101 | 1110011 | 1011001 | 11001 |
Color Harmonies of #117907
Complementary color
Monochromatic Colors of #117907
Black with #117907
Text Example
Text Example
White with #117907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117907; }
p { color: rgb(17,121,7); }
H1.HeaderClassName
{
color: #117907;
}
.AnyTagClassName
{
color: #117907;
}
</style>
background-color css
<style>
a { background-color: #117907; }
a { background-color: rgb(17,121,7); }
div.DivClassName
{
background-color: #117907;
}
.BgClassName
{
background-color: #117907;
}
</style>
border-color css
<style>
span { border-color: #117907; }
span { border-color: rgb(17,121,7); }
td.TdClassName
{
border-color: #117907;
}
.TagClassName
{
border-color: #117907;
}
</style>