Shades of Green #116704
Tints of Green #116704
RGB
CMYK
RGB Variations
Color information
#116704 (or 0x116704) is known color: Green. HEX triplet: 11, 67 and 04. RGB value is (17,103,4). Sum of RGB (Red+Green+Blue) = 17+103+4=124 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.71% from 124); Green value is 103 (40.62% from 255 or 83.06% from 124); Blue value is 4 (1.95% from 255 or 3.23% from 124); Max value from RGB is 103 - color contains mainly: green. Hex color #116704 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116704 is #EE98FB. Grayscale: #424242. Windows color (decimal): -15636732 or 288529. OLE color: 288529.
HSL color Cylindrical-coordinate representation of color #116704: hue angle of 112.12º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #116704 is Cyan = 0.83, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 17 | 103 | 4 | - |
| CMYK | 0.83 | 0 | 0.96 | 0.60 |
| HSL | 112.12º | 0.93% | 0.21% | - |
| HSV(B) | 112.12º | 0.96% | 0.4% | - |
| XYZ | 5.1 | 9.83 | 1.74 | - |
| YUV | 66 | 93.01 | 93.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 103 | 4 | 0.83 | 0 | 0.96 | 0.60 | 112.12 | 0.93 | 0.21 |
| Hex | 11 | 67 | 4 | 53 | 0 | 60 | 3C | 70 | 5D | 15 |
| Octal | 21 | 147 | 4 | 123 | 0 | 140 | 74 | 160 | 135 | 25 |
| Binary | 10001 | 1100111 | 100 | 1010011 | 0 | 1100000 | 111100 | 1110000 | 1011101 | 10101 |
Color Harmonies of #116704
Complementary color
Monochromatic Colors of #116704
Black with #116704
Text Example
Text Example
White with #116704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116704; }
p { color: rgb(17,103,4); }
H1.HeaderClassName
{
color: #116704;
}
.AnyTagClassName
{
color: #116704;
}
</style>
background-color css
<style>
a { background-color: #116704; }
a { background-color: rgb(17,103,4); }
div.DivClassName
{
background-color: #116704;
}
.BgClassName
{
background-color: #116704;
}
</style>
border-color css
<style>
span { border-color: #116704; }
span { border-color: rgb(17,103,4); }
td.TdClassName
{
border-color: #116704;
}
.TagClassName
{
border-color: #116704;
}
</style>