Shades of Camarone #106D29
Tints of Camarone #106D29
RGB
CMYK
RGB Variations
Color information
#106D29 (or 0x106D29) is known color: Camarone. HEX triplet: 10, 6D and 29. RGB value is (16,109,41). Sum of RGB (Red+Green+Blue) = 16+109+41=166 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.64% from 166); Green value is 109 (42.97% from 255 or 65.66% from 166); Blue value is 41 (16.41% from 255 or 24.70% from 166); Max value from RGB is 109 - color contains mainly: green. Hex color #106D29 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106D29 is #EF92D6. Grayscale: #494949. Windows color (decimal): -15700695 or 2714896. OLE color: 2714896.
HSL color Cylindrical-coordinate representation of color #106D29: hue angle of 136.13º degrees, saturation: 0.74, 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 #106D29 is Cyan = 0.85, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 16 | 109 | 41 | - |
| CMYK | 0.85 | 0 | 0.62 | 0.57 |
| HSL | 136.13º | 0.74% | 0.25% | - |
| HSV(B) | 136.13º | 0.85% | 0.43% | - |
| XYZ | 6.08 | 11.21 | 3.94 | - |
| YUV | 73.44 | 109.69 | 87.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 109 | 41 | 0.85 | 0 | 0.62 | 0.57 | 136.13 | 0.74 | 0.25 |
| Hex | 10 | 6D | 29 | 55 | 0 | 3E | 39 | 88 | 4A | 19 |
| Octal | 20 | 155 | 51 | 125 | 0 | 76 | 71 | 210 | 112 | 31 |
| Binary | 10000 | 1101101 | 101001 | 1010101 | 0 | 111110 | 111001 | 10001000 | 1001010 | 11001 |
Color Harmonies of #106D29
Complementary color
Monochromatic Colors of #106D29
Black with #106D29
Text Example
Text Example
White with #106D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106D29; }
p { color: rgb(16,109,41); }
H1.HeaderClassName
{
color: #106D29;
}
.AnyTagClassName
{
color: #106D29;
}
</style>
background-color css
<style>
a { background-color: #106D29; }
a { background-color: rgb(16,109,41); }
div.DivClassName
{
background-color: #106D29;
}
.BgClassName
{
background-color: #106D29;
}
</style>
border-color css
<style>
span { border-color: #106D29; }
span { border-color: rgb(16,109,41); }
td.TdClassName
{
border-color: #106D29;
}
.TagClassName
{
border-color: #106D29;
}
</style>