Shades of Fun Green #116D3C
Tints of Fun Green #116D3C
RGB
CMYK
RGB Variations
Color information
#116D3C (or 0x116D3C) is known color: Fun Green. HEX triplet: 11, 6D and 3C. RGB value is (17,109,60). Sum of RGB (Red+Green+Blue) = 17+109+60=186 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.14% from 186); Green value is 109 (42.97% from 255 or 58.60% from 186); Blue value is 60 (23.83% from 255 or 32.26% from 186); Max value from RGB is 109 - color contains mainly: green. Hex color #116D3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116D3C is #EE92C3. Grayscale: #4C4C4C. Windows color (decimal): -15635140 or 3960081. OLE color: 3960081.
HSL color Cylindrical-coordinate representation of color #116D3C: hue angle of 148.04º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #116D3C is Cyan = 0.84, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 17 | 109 | 60 | - |
| CMYK | 0.84 | 0 | 0.45 | 0.57 |
| HSL | 148.04º | 0.73% | 0.25% | - |
| HSV(B) | 148.04º | 0.84% | 0.43% | - |
| XYZ | 6.52 | 11.38 | 6.13 | - |
| YUV | 75.91 | 119.02 | 85.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 109 | 60 | 0.84 | 0 | 0.45 | 0.57 | 148.04 | 0.73 | 0.25 |
| Hex | 11 | 6D | 3C | 54 | 0 | 2D | 39 | 94 | 49 | 19 |
| Octal | 21 | 155 | 74 | 124 | 0 | 55 | 71 | 224 | 111 | 31 |
| Binary | 10001 | 1101101 | 111100 | 1010100 | 0 | 101101 | 111001 | 10010100 | 1001001 | 11001 |
Color Harmonies of #116D3C
Complementary color
Monochromatic Colors of #116D3C
Black with #116D3C
Text Example
Text Example
White with #116D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116D3C; }
p { color: rgb(17,109,60); }
H1.HeaderClassName
{
color: #116D3C;
}
.AnyTagClassName
{
color: #116D3C;
}
</style>
background-color css
<style>
a { background-color: #116D3C; }
a { background-color: rgb(17,109,60); }
div.DivClassName
{
background-color: #116D3C;
}
.BgClassName
{
background-color: #116D3C;
}
</style>
border-color css
<style>
span { border-color: #116D3C; }
span { border-color: rgb(17,109,60); }
td.TdClassName
{
border-color: #116D3C;
}
.TagClassName
{
border-color: #116D3C;
}
</style>