Shades of Green #117612
Tints of Green #117612
RGB
CMYK
RGB Variations
Color information
#117612 (or 0x117612) is known color: Green. HEX triplet: 11, 76 and 12. RGB value is (17,118,18). Sum of RGB (Red+Green+Blue) = 17+118+18=153 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.11% from 153); Green value is 118 (46.48% from 255 or 77.12% from 153); Blue value is 18 (7.42% from 255 or 11.76% from 153); Max value from RGB is 118 - color contains mainly: green. Hex color #117612 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #117612 is #EE89ED. Grayscale: #4C4C4C. Windows color (decimal): -15632878 or 1209873. OLE color: 1209873.
HSL color Cylindrical-coordinate representation of color #117612: hue angle of 120.59º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #117612 is Cyan = 0.86, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 17 | 118 | 18 | - |
| CMYK | 0.86 | 0 | 0.85 | 0.54 |
| HSL | 120.59º | 0.75% | 0.26% | - |
| HSV(B) | 120.59º | 0.86% | 0.46% | - |
| XYZ | 6.82 | 13.12 | 2.75 | - |
| YUV | 76.4 | 95.04 | 85.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 118 | 18 | 0.86 | 0 | 0.85 | 0.54 | 120.59 | 0.75 | 0.26 |
| Hex | 11 | 76 | 12 | 56 | 0 | 55 | 36 | 79 | 4B | 1A |
| Octal | 21 | 166 | 22 | 126 | 0 | 125 | 66 | 171 | 113 | 32 |
| Binary | 10001 | 1110110 | 10010 | 1010110 | 0 | 1010101 | 110110 | 1111001 | 1001011 | 11010 |
Color Harmonies of #117612
Complementary color
Monochromatic Colors of #117612
Black with #117612
Text Example
Text Example
White with #117612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117612; }
p { color: rgb(17,118,18); }
H1.HeaderClassName
{
color: #117612;
}
.AnyTagClassName
{
color: #117612;
}
</style>
background-color css
<style>
a { background-color: #117612; }
a { background-color: rgb(17,118,18); }
div.DivClassName
{
background-color: #117612;
}
.BgClassName
{
background-color: #117612;
}
</style>
border-color css
<style>
span { border-color: #117612; }
span { border-color: rgb(17,118,18); }
td.TdClassName
{
border-color: #117612;
}
.TagClassName
{
border-color: #117612;
}
</style>