Shades of Camarone #106C24
Tints of Camarone #106C24
RGB
CMYK
RGB Variations
Color information
#106C24 (or 0x106C24) is known color: Camarone. HEX triplet: 10, 6C and 24. RGB value is (16,108,36). Sum of RGB (Red+Green+Blue) = 16+108+36=160 (21% of max value = 765). Red value is 16 (6.64% from 255 or 10% from 160); Green value is 108 (42.58% from 255 or 67.5% from 160); Blue value is 36 (14.45% from 255 or 22.5% from 160); Max value from RGB is 108 - color contains mainly: green. Hex color #106C24 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106C24 is #EF93DB. Grayscale: #484848. Windows color (decimal): -15700956 or 2386960. OLE color: 2386960.
HSL color Cylindrical-coordinate representation of color #106C24: hue angle of 133.04º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #106C24 is Cyan = 0.85, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 16 | 108 | 36 | - |
| CMYK | 0.85 | 0 | 0.67 | 0.58 |
| HSL | 133.04º | 0.74% | 0.24% | - |
| HSV(B) | 133.04º | 0.85% | 0.42% | - |
| XYZ | 5.89 | 10.96 | 3.47 | - |
| YUV | 72.28 | 107.52 | 87.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 108 | 36 | 0.85 | 0 | 0.67 | 0.58 | 133.04 | 0.74 | 0.24 |
| Hex | 10 | 6C | 24 | 55 | 0 | 43 | 3A | 85 | 4A | 18 |
| Octal | 20 | 154 | 44 | 125 | 0 | 103 | 72 | 205 | 112 | 30 |
| Binary | 10000 | 1101100 | 100100 | 1010101 | 0 | 1000011 | 111010 | 10000101 | 1001010 | 11000 |
Color Harmonies of #106C24
Complementary color
Monochromatic Colors of #106C24
Black with #106C24
Text Example
Text Example
White with #106C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106C24; }
p { color: rgb(16,108,36); }
H1.HeaderClassName
{
color: #106C24;
}
.AnyTagClassName
{
color: #106C24;
}
</style>
background-color css
<style>
a { background-color: #106C24; }
a { background-color: rgb(16,108,36); }
div.DivClassName
{
background-color: #106C24;
}
.BgClassName
{
background-color: #106C24;
}
</style>
border-color css
<style>
span { border-color: #106C24; }
span { border-color: rgb(16,108,36); }
td.TdClassName
{
border-color: #106C24;
}
.TagClassName
{
border-color: #106C24;
}
</style>