Shades of Green #117D06
Tints of Green #117D06
RGB
CMYK
RGB Variations
Color information
#117D06 (or 0x117D06) is known color: Green. HEX triplet: 11, 7D and 06. RGB value is (17,125,6). Sum of RGB (Red+Green+Blue) = 17+125+6=148 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.49% from 148); Green value is 125 (49.22% from 255 or 84.46% from 148); Blue value is 6 (2.73% from 255 or 4.05% from 148); Max value from RGB is 125 - color contains mainly: green. Hex color #117D06 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #117D06 is #EE82F9. Grayscale: #4F4F4F. Windows color (decimal): -15631098 or 425233. OLE color: 425233.
HSL color Cylindrical-coordinate representation of color #117D06: hue angle of 114.45º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #117D06 is Cyan = 0.86, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 17 | 125 | 6 | - |
| CMYK | 0.86 | 0 | 0.95 | 0.51 |
| HSL | 114.45º | 0.91% | 0.26% | - |
| HSV(B) | 114.45º | 0.95% | 0.49% | - |
| XYZ | 7.6 | 14.8 | 2.63 | - |
| YUV | 79.14 | 86.72 | 83.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 125 | 6 | 0.86 | 0 | 0.95 | 0.51 | 114.45 | 0.91 | 0.26 |
| Hex | 11 | 7D | 6 | 56 | 0 | 5F | 33 | 72 | 5B | 1A |
| Octal | 21 | 175 | 6 | 126 | 0 | 137 | 63 | 162 | 133 | 32 |
| Binary | 10001 | 1111101 | 110 | 1010110 | 0 | 1011111 | 110011 | 1110010 | 1011011 | 11010 |
Color Harmonies of #117D06
Complementary color
Monochromatic Colors of #117D06
Black with #117D06
Text Example
Text Example
White with #117D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117D06; }
p { color: rgb(17,125,6); }
H1.HeaderClassName
{
color: #117D06;
}
.AnyTagClassName
{
color: #117D06;
}
</style>
background-color css
<style>
a { background-color: #117D06; }
a { background-color: rgb(17,125,6); }
div.DivClassName
{
background-color: #117D06;
}
.BgClassName
{
background-color: #117D06;
}
</style>
border-color css
<style>
span { border-color: #117D06; }
span { border-color: rgb(17,125,6); }
td.TdClassName
{
border-color: #117D06;
}
.TagClassName
{
border-color: #117D06;
}
</style>