Shades of Green #116408
Tints of Green #116408
RGB
CMYK
RGB Variations
Color information
#116408 (or 0x116408) is known color: Green. HEX triplet: 11, 64 and 08. RGB value is (17,100,8). Sum of RGB (Red+Green+Blue) = 17+100+8=125 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.6% from 125); Green value is 100 (39.45% from 255 or 80% from 125); Blue value is 8 (3.52% from 255 or 6.4% from 125); Max value from RGB is 100 - color contains mainly: green. Hex color #116408 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116408 is #EE9BF7. Grayscale: #404040. Windows color (decimal): -15637496 or 549905. OLE color: 549905.
HSL color Cylindrical-coordinate representation of color #116408: hue angle of 114.13º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #116408 is Cyan = 0.83, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 17 | 100 | 8 | - |
| CMYK | 0.83 | 0 | 0.92 | 0.61 |
| HSL | 114.13º | 0.85% | 0.21% | - |
| HSV(B) | 114.13º | 0.92% | 0.39% | - |
| XYZ | 4.83 | 9.25 | 1.76 | - |
| YUV | 64.7 | 96 | 93.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 100 | 8 | 0.83 | 0 | 0.92 | 0.61 | 114.13 | 0.85 | 0.21 |
| Hex | 11 | 64 | 8 | 53 | 0 | 5C | 3D | 72 | 55 | 15 |
| Octal | 21 | 144 | 10 | 123 | 0 | 134 | 75 | 162 | 125 | 25 |
| Binary | 10001 | 1100100 | 1000 | 1010011 | 0 | 1011100 | 111101 | 1110010 | 1010101 | 10101 |
Color Harmonies of #116408
Complementary color
Monochromatic Colors of #116408
Black with #116408
Text Example
Text Example
White with #116408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116408; }
p { color: rgb(17,100,8); }
H1.HeaderClassName
{
color: #116408;
}
.AnyTagClassName
{
color: #116408;
}
</style>
background-color css
<style>
a { background-color: #116408; }
a { background-color: rgb(17,100,8); }
div.DivClassName
{
background-color: #116408;
}
.BgClassName
{
background-color: #116408;
}
</style>
border-color css
<style>
span { border-color: #116408; }
span { border-color: rgb(17,100,8); }
td.TdClassName
{
border-color: #116408;
}
.TagClassName
{
border-color: #116408;
}
</style>