Shades of Camarone #106E2E
Tints of Camarone #106E2E
RGB
CMYK
RGB Variations
Color information
#106E2E (or 0x106E2E) is known color: Camarone. HEX triplet: 10, 6E and 2E. RGB value is (16,110,46). Sum of RGB (Red+Green+Blue) = 16+110+46=172 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.30% from 172); Green value is 110 (43.36% from 255 or 63.95% from 172); Blue value is 46 (18.36% from 255 or 26.74% from 172); Max value from RGB is 110 - color contains mainly: green. Hex color #106E2E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106E2E is #EF91D1. Grayscale: #4A4A4A. Windows color (decimal): -15700434 or 3042832. OLE color: 3042832.
HSL color Cylindrical-coordinate representation of color #106E2E: hue angle of 139.15º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #106E2E is Cyan = 0.85, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 16 | 110 | 46 | - |
| CMYK | 0.85 | 0 | 0.58 | 0.57 |
| HSL | 139.15º | 0.75% | 0.25% | - |
| HSV(B) | 139.15º | 0.85% | 0.43% | - |
| XYZ | 6.28 | 11.46 | 4.47 | - |
| YUV | 74.6 | 111.86 | 86.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 110 | 46 | 0.85 | 0 | 0.58 | 0.57 | 139.15 | 0.75 | 0.25 |
| Hex | 10 | 6E | 2E | 55 | 0 | 3A | 39 | 8B | 4B | 19 |
| Octal | 20 | 156 | 56 | 125 | 0 | 72 | 71 | 213 | 113 | 31 |
| Binary | 10000 | 1101110 | 101110 | 1010101 | 0 | 111010 | 111001 | 10001011 | 1001011 | 11001 |
Color Harmonies of #106E2E
Complementary color
Monochromatic Colors of #106E2E
Black with #106E2E
Text Example
Text Example
White with #106E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106E2E; }
p { color: rgb(16,110,46); }
H1.HeaderClassName
{
color: #106E2E;
}
.AnyTagClassName
{
color: #106E2E;
}
</style>
background-color css
<style>
a { background-color: #106E2E; }
a { background-color: rgb(16,110,46); }
div.DivClassName
{
background-color: #106E2E;
}
.BgClassName
{
background-color: #106E2E;
}
</style>
border-color css
<style>
span { border-color: #106E2E; }
span { border-color: rgb(16,110,46); }
td.TdClassName
{
border-color: #106E2E;
}
.TagClassName
{
border-color: #106E2E;
}
</style>