Shades of Green #116C0A
Tints of Green #116C0A
RGB
CMYK
RGB Variations
Color information
#116C0A (or 0x116C0A) is known color: Green. HEX triplet: 11, 6C and 0A. RGB value is (17,108,10). Sum of RGB (Red+Green+Blue) = 17+108+10=135 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.59% from 135); Green value is 108 (42.58% from 255 or 80% from 135); Blue value is 10 (4.30% from 255 or 7.41% from 135); Max value from RGB is 108 - color contains mainly: green. Hex color #116C0A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116C0A is #EE93F5. Grayscale: #454545. Windows color (decimal): -15635446 or 683025. OLE color: 683025.
HSL color Cylindrical-coordinate representation of color #116C0A: hue angle of 115.71º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #116C0A is Cyan = 0.84, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 17 | 108 | 10 | - |
| CMYK | 0.84 | 0 | 0.91 | 0.58 |
| HSL | 115.71º | 0.83% | 0.23% | - |
| HSV(B) | 115.71º | 0.91% | 0.42% | - |
| XYZ | 5.65 | 10.87 | 2.09 | - |
| YUV | 69.62 | 94.35 | 90.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 108 | 10 | 0.84 | 0 | 0.91 | 0.58 | 115.71 | 0.83 | 0.23 |
| Hex | 11 | 6C | A | 54 | 0 | 5B | 3A | 74 | 53 | 17 |
| Octal | 21 | 154 | 12 | 124 | 0 | 133 | 72 | 164 | 123 | 27 |
| Binary | 10001 | 1101100 | 1010 | 1010100 | 0 | 1011011 | 111010 | 1110100 | 1010011 | 10111 |
Color Harmonies of #116C0A
Complementary color
Monochromatic Colors of #116C0A
Black with #116C0A
Text Example
Text Example
White with #116C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116C0A; }
p { color: rgb(17,108,10); }
H1.HeaderClassName
{
color: #116C0A;
}
.AnyTagClassName
{
color: #116C0A;
}
</style>
background-color css
<style>
a { background-color: #116C0A; }
a { background-color: rgb(17,108,10); }
div.DivClassName
{
background-color: #116C0A;
}
.BgClassName
{
background-color: #116C0A;
}
</style>
border-color css
<style>
span { border-color: #116C0A; }
span { border-color: rgb(17,108,10); }
td.TdClassName
{
border-color: #116C0A;
}
.TagClassName
{
border-color: #116C0A;
}
</style>