Shades of Camarone #116C2A
Tints of Camarone #116C2A
RGB
CMYK
RGB Variations
Color information
#116C2A (or 0x116C2A) is known color: Camarone. HEX triplet: 11, 6C and 2A. RGB value is (17,108,42). Sum of RGB (Red+Green+Blue) = 17+108+42=167 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.18% from 167); Green value is 108 (42.58% from 255 or 64.67% from 167); Blue value is 42 (16.80% from 255 or 25.15% from 167); Max value from RGB is 108 - color contains mainly: green. Hex color #116C2A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116C2A is #EE93D5. Grayscale: #494949. Windows color (decimal): -15635414 or 2780177. OLE color: 2780177.
HSL color Cylindrical-coordinate representation of color #116C2A: hue angle of 136.48º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #116C2A is Cyan = 0.84, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 17 | 108 | 42 | - |
| CMYK | 0.84 | 0 | 0.61 | 0.58 |
| HSL | 136.48º | 0.73% | 0.25% | - |
| HSV(B) | 136.48º | 0.84% | 0.42% | - |
| XYZ | 6.01 | 11.01 | 4 | - |
| YUV | 73.27 | 110.35 | 87.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 108 | 42 | 0.84 | 0 | 0.61 | 0.58 | 136.48 | 0.73 | 0.25 |
| Hex | 11 | 6C | 2A | 54 | 0 | 3D | 3A | 88 | 49 | 19 |
| Octal | 21 | 154 | 52 | 124 | 0 | 75 | 72 | 210 | 111 | 31 |
| Binary | 10001 | 1101100 | 101010 | 1010100 | 0 | 111101 | 111010 | 10001000 | 1001001 | 11001 |
Color Harmonies of #116C2A
Complementary color
Monochromatic Colors of #116C2A
Black with #116C2A
Text Example
Text Example
White with #116C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116C2A; }
p { color: rgb(17,108,42); }
H1.HeaderClassName
{
color: #116C2A;
}
.AnyTagClassName
{
color: #116C2A;
}
</style>
background-color css
<style>
a { background-color: #116C2A; }
a { background-color: rgb(17,108,42); }
div.DivClassName
{
background-color: #116C2A;
}
.BgClassName
{
background-color: #116C2A;
}
</style>
border-color css
<style>
span { border-color: #116C2A; }
span { border-color: rgb(17,108,42); }
td.TdClassName
{
border-color: #116C2A;
}
.TagClassName
{
border-color: #116C2A;
}
</style>