Shades of Green #117D09
Tints of Green #117D09
RGB
CMYK
RGB Variations
Color information
#117D09 (or 0x117D09) is known color: Green. HEX triplet: 11, 7D and 09. RGB value is (17,125,9). Sum of RGB (Red+Green+Blue) = 17+125+9=151 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.26% from 151); Green value is 125 (49.22% from 255 or 82.78% from 151); Blue value is 9 (3.91% from 255 or 5.96% from 151); Max value from RGB is 125 - color contains mainly: green. Hex color #117D09 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #117D09 is #EE82F6. Grayscale: #4F4F4F. Windows color (decimal): -15631095 or 621841. OLE color: 621841.
HSL color Cylindrical-coordinate representation of color #117D09: hue angle of 115.86º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #117D09 is Cyan = 0.86, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 17 | 125 | 9 | - |
| CMYK | 0.86 | 0 | 0.93 | 0.51 |
| HSL | 115.86º | 0.87% | 0.26% | - |
| HSV(B) | 115.86º | 0.93% | 0.49% | - |
| XYZ | 7.61 | 14.81 | 2.72 | - |
| YUV | 79.48 | 88.22 | 83.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 125 | 9 | 0.86 | 0 | 0.93 | 0.51 | 115.86 | 0.87 | 0.26 |
| Hex | 11 | 7D | 9 | 56 | 0 | 5D | 33 | 74 | 57 | 1A |
| Octal | 21 | 175 | 11 | 126 | 0 | 135 | 63 | 164 | 127 | 32 |
| Binary | 10001 | 1111101 | 1001 | 1010110 | 0 | 1011101 | 110011 | 1110100 | 1010111 | 11010 |
Color Harmonies of #117D09
Complementary color
Monochromatic Colors of #117D09
Black with #117D09
Text Example
Text Example
White with #117D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117D09; }
p { color: rgb(17,125,9); }
H1.HeaderClassName
{
color: #117D09;
}
.AnyTagClassName
{
color: #117D09;
}
</style>
background-color css
<style>
a { background-color: #117D09; }
a { background-color: rgb(17,125,9); }
div.DivClassName
{
background-color: #117D09;
}
.BgClassName
{
background-color: #117D09;
}
</style>
border-color css
<style>
span { border-color: #117D09; }
span { border-color: rgb(17,125,9); }
td.TdClassName
{
border-color: #117D09;
}
.TagClassName
{
border-color: #117D09;
}
</style>