Shades of Camarone #126A20
Tints of Camarone #126A20
RGB
CMYK
RGB Variations
Color information
#126A20 (or 0x126A20) is known color: Camarone. HEX triplet: 12, 6A and 20. RGB value is (18,106,32). Sum of RGB (Red+Green+Blue) = 18+106+32=156 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.54% from 156); Green value is 106 (41.80% from 255 or 67.95% from 156); Blue value is 32 (12.89% from 255 or 20.51% from 156); Max value from RGB is 106 - color contains mainly: green. Hex color #126A20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126A20 is #ED95DF. Grayscale: #474747. Windows color (decimal): -15570400 or 2124306. OLE color: 2124306.
HSL color Cylindrical-coordinate representation of color #126A20: hue angle of 129.55º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #126A20 is Cyan = 0.83, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 18 | 106 | 32 | - |
| CMYK | 0.83 | 0 | 0.70 | 0.58 |
| HSL | 129.55º | 0.71% | 0.24% | - |
| HSV(B) | 129.55º | 0.83% | 0.42% | - |
| XYZ | 5.66 | 10.54 | 3.1 | - |
| YUV | 71.25 | 105.85 | 90.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 106 | 32 | 0.83 | 0 | 0.70 | 0.58 | 129.55 | 0.71 | 0.24 |
| Hex | 12 | 6A | 20 | 53 | 0 | 46 | 3A | 82 | 47 | 18 |
| Octal | 22 | 152 | 40 | 123 | 0 | 106 | 72 | 202 | 107 | 30 |
| Binary | 10010 | 1101010 | 100000 | 1010011 | 0 | 1000110 | 111010 | 10000010 | 1000111 | 11000 |
Color Harmonies of #126A20
Complementary color
Monochromatic Colors of #126A20
Black with #126A20
Text Example
Text Example
White with #126A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126A20; }
p { color: rgb(18,106,32); }
H1.HeaderClassName
{
color: #126A20;
}
.AnyTagClassName
{
color: #126A20;
}
</style>
background-color css
<style>
a { background-color: #126A20; }
a { background-color: rgb(18,106,32); }
div.DivClassName
{
background-color: #126A20;
}
.BgClassName
{
background-color: #126A20;
}
</style>
border-color css
<style>
span { border-color: #126A20; }
span { border-color: rgb(18,106,32); }
td.TdClassName
{
border-color: #126A20;
}
.TagClassName
{
border-color: #126A20;
}
</style>