Shades of Fun Green #116A3C
Tints of Fun Green #116A3C
RGB
CMYK
RGB Variations
Color information
#116A3C (or 0x116A3C) is known color: Fun Green. HEX triplet: 11, 6A and 3C. RGB value is (17,106,60). Sum of RGB (Red+Green+Blue) = 17+106+60=183 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.29% from 183); Green value is 106 (41.80% from 255 or 57.92% from 183); Blue value is 60 (23.83% from 255 or 32.79% from 183); Max value from RGB is 106 - color contains mainly: green. Hex color #116A3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116A3C is #EE95C3. Grayscale: #4A4A4A. Windows color (decimal): -15635908 or 3959313. OLE color: 3959313.
HSL color Cylindrical-coordinate representation of color #116A3C: hue angle of 148.99º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #116A3C is Cyan = 0.84, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 17 | 106 | 60 | - |
| CMYK | 0.84 | 0 | 0.43 | 0.58 |
| HSL | 148.99º | 0.72% | 0.24% | - |
| HSV(B) | 148.99º | 0.84% | 0.42% | - |
| XYZ | 6.2 | 10.75 | 6.02 | - |
| YUV | 74.15 | 120.01 | 87.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 106 | 60 | 0.84 | 0 | 0.43 | 0.58 | 148.99 | 0.72 | 0.24 |
| Hex | 11 | 6A | 3C | 54 | 0 | 2B | 3A | 95 | 48 | 18 |
| Octal | 21 | 152 | 74 | 124 | 0 | 53 | 72 | 225 | 110 | 30 |
| Binary | 10001 | 1101010 | 111100 | 1010100 | 0 | 101011 | 111010 | 10010101 | 1001000 | 11000 |
Color Harmonies of #116A3C
Complementary color
Monochromatic Colors of #116A3C
Black with #116A3C
Text Example
Text Example
White with #116A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116A3C; }
p { color: rgb(17,106,60); }
H1.HeaderClassName
{
color: #116A3C;
}
.AnyTagClassName
{
color: #116A3C;
}
</style>
background-color css
<style>
a { background-color: #116A3C; }
a { background-color: rgb(17,106,60); }
div.DivClassName
{
background-color: #116A3C;
}
.BgClassName
{
background-color: #116A3C;
}
</style>
border-color css
<style>
span { border-color: #116A3C; }
span { border-color: rgb(17,106,60); }
td.TdClassName
{
border-color: #116A3C;
}
.TagClassName
{
border-color: #116A3C;
}
</style>