Shades of Camarone #126F26
Tints of Camarone #126F26
RGB
CMYK
RGB Variations
Color information
#126F26 (or 0x126F26) is known color: Camarone. HEX triplet: 12, 6F and 26. RGB value is (18,111,38). Sum of RGB (Red+Green+Blue) = 18+111+38=167 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.78% from 167); Green value is 111 (43.75% from 255 or 66.47% from 167); Blue value is 38 (15.23% from 255 or 22.75% from 167); Max value from RGB is 111 - color contains mainly: green. Hex color #126F26 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126F26 is #ED90D9. Grayscale: #4B4B4B. Windows color (decimal): -15569114 or 2518802. OLE color: 2518802.
HSL color Cylindrical-coordinate representation of color #126F26: hue angle of 132.9º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #126F26 is Cyan = 0.84, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 18 | 111 | 38 | - |
| CMYK | 0.84 | 0 | 0.66 | 0.56 |
| HSL | 132.9º | 0.72% | 0.25% | - |
| HSV(B) | 132.9º | 0.84% | 0.44% | - |
| XYZ | 6.28 | 11.64 | 3.75 | - |
| YUV | 74.87 | 107.19 | 87.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 111 | 38 | 0.84 | 0 | 0.66 | 0.56 | 132.9 | 0.72 | 0.25 |
| Hex | 12 | 6F | 26 | 54 | 0 | 42 | 38 | 85 | 48 | 19 |
| Octal | 22 | 157 | 46 | 124 | 0 | 102 | 70 | 205 | 110 | 31 |
| Binary | 10010 | 1101111 | 100110 | 1010100 | 0 | 1000010 | 111000 | 10000101 | 1001000 | 11001 |
Color Harmonies of #126F26
Complementary color
Monochromatic Colors of #126F26
Black with #126F26
Text Example
Text Example
White with #126F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126F26; }
p { color: rgb(18,111,38); }
H1.HeaderClassName
{
color: #126F26;
}
.AnyTagClassName
{
color: #126F26;
}
</style>
background-color css
<style>
a { background-color: #126F26; }
a { background-color: rgb(18,111,38); }
div.DivClassName
{
background-color: #126F26;
}
.BgClassName
{
background-color: #126F26;
}
</style>
border-color css
<style>
span { border-color: #126F26; }
span { border-color: rgb(18,111,38); }
td.TdClassName
{
border-color: #126F26;
}
.TagClassName
{
border-color: #126F26;
}
</style>