Shades of Camarone #116D20
Tints of Camarone #116D20
RGB
CMYK
RGB Variations
Color information
#116D20 (or 0x116D20) is known color: Camarone. HEX triplet: 11, 6D and 20. RGB value is (17,109,32). Sum of RGB (Red+Green+Blue) = 17+109+32=158 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.76% from 158); Green value is 109 (42.97% from 255 or 68.99% from 158); Blue value is 32 (12.89% from 255 or 20.25% from 158); Max value from RGB is 109 - color contains mainly: green. Hex color #116D20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116D20 is #EE92DF. Grayscale: #484848. Windows color (decimal): -15635168 or 2125073. OLE color: 2125073.
HSL color Cylindrical-coordinate representation of color #116D20: hue angle of 129.78º 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 #116D20 is Cyan = 0.84, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 17 | 109 | 32 | - |
| CMYK | 0.84 | 0 | 0.71 | 0.57 |
| HSL | 129.78º | 0.73% | 0.25% | - |
| HSV(B) | 129.78º | 0.84% | 0.43% | - |
| XYZ | 5.96 | 11.16 | 3.21 | - |
| YUV | 72.71 | 105.02 | 88.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 109 | 32 | 0.84 | 0 | 0.71 | 0.57 | 129.78 | 0.73 | 0.25 |
| Hex | 11 | 6D | 20 | 54 | 0 | 47 | 39 | 82 | 49 | 19 |
| Octal | 21 | 155 | 40 | 124 | 0 | 107 | 71 | 202 | 111 | 31 |
| Binary | 10001 | 1101101 | 100000 | 1010100 | 0 | 1000111 | 111001 | 10000010 | 1001001 | 11001 |
Color Harmonies of #116D20
Complementary color
Monochromatic Colors of #116D20
Black with #116D20
Text Example
Text Example
White with #116D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116D20; }
p { color: rgb(17,109,32); }
H1.HeaderClassName
{
color: #116D20;
}
.AnyTagClassName
{
color: #116D20;
}
</style>
background-color css
<style>
a { background-color: #116D20; }
a { background-color: rgb(17,109,32); }
div.DivClassName
{
background-color: #116D20;
}
.BgClassName
{
background-color: #116D20;
}
</style>
border-color css
<style>
span { border-color: #116D20; }
span { border-color: rgb(17,109,32); }
td.TdClassName
{
border-color: #116D20;
}
.TagClassName
{
border-color: #116D20;
}
</style>