Shades of Green #116C04
Tints of Green #116C04
RGB
CMYK
RGB Variations
Color information
#116C04 (or 0x116C04) is known color: Green. HEX triplet: 11, 6C and 04. RGB value is (17,108,4). Sum of RGB (Red+Green+Blue) = 17+108+4=129 (17% of max value = 765). Red value is 17 (7.03% from 255 or 13.18% from 129); Green value is 108 (42.58% from 255 or 83.72% from 129); Blue value is 4 (1.95% from 255 or 3.10% from 129); Max value from RGB is 108 - color contains mainly: green. Hex color #116C04 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116C04 is #EE93FB. Grayscale: #454545. Windows color (decimal): -15635452 or 289809. OLE color: 289809.
HSL color Cylindrical-coordinate representation of color #116C04: hue angle of 112.5º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #116C04 is Cyan = 0.84, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 17 | 108 | 4 | - |
| CMYK | 0.84 | 0 | 0.96 | 0.58 |
| HSL | 112.5º | 0.93% | 0.22% | - |
| HSV(B) | 112.5º | 0.96% | 0.42% | - |
| XYZ | 5.62 | 10.85 | 1.91 | - |
| YUV | 68.94 | 91.35 | 90.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 108 | 4 | 0.84 | 0 | 0.96 | 0.58 | 112.5 | 0.93 | 0.22 |
| Hex | 11 | 6C | 4 | 54 | 0 | 60 | 3A | 70 | 5D | 16 |
| Octal | 21 | 154 | 4 | 124 | 0 | 140 | 72 | 160 | 135 | 26 |
| Binary | 10001 | 1101100 | 100 | 1010100 | 0 | 1100000 | 111010 | 1110000 | 1011101 | 10110 |
Color Harmonies of #116C04
Complementary color
Monochromatic Colors of #116C04
Black with #116C04
Text Example
Text Example
White with #116C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116C04; }
p { color: rgb(17,108,4); }
H1.HeaderClassName
{
color: #116C04;
}
.AnyTagClassName
{
color: #116C04;
}
</style>
background-color css
<style>
a { background-color: #116C04; }
a { background-color: rgb(17,108,4); }
div.DivClassName
{
background-color: #116C04;
}
.BgClassName
{
background-color: #116C04;
}
</style>
border-color css
<style>
span { border-color: #116C04; }
span { border-color: rgb(17,108,4); }
td.TdClassName
{
border-color: #116C04;
}
.TagClassName
{
border-color: #116C04;
}
</style>