Shades of Camarone #0E6F21
Tints of Camarone #0E6F21
RGB
CMYK
RGB Variations
Color information
#0E6F21 (or 0x0E6F21) is known color: Camarone. HEX triplet: 0E, 6F and 21. RGB value is (14,111,33). Sum of RGB (Red+Green+Blue) = 14+111+33=158 (20% of max value = 765). Red value is 14 (5.86% from 255 or 8.86% from 158); Green value is 111 (43.75% from 255 or 70.25% from 158); Blue value is 33 (13.28% from 255 or 20.89% from 158); Max value from RGB is 111 - color contains mainly: green. Hex color #0E6F21 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E6F21 is #F190DE. Grayscale: #494949. Windows color (decimal): -15831263 or 2191118. OLE color: 2191118.
HSL color Cylindrical-coordinate representation of color #0E6F21: hue angle of 131.75º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0E6F21 is Cyan = 0.87, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 14 | 111 | 33 | - |
| CMYK | 0.87 | 0 | 0.70 | 0.56 |
| HSL | 131.75º | 0.78% | 0.25% | - |
| HSV(B) | 131.75º | 0.87% | 0.44% | - |
| XYZ | 6.14 | 11.57 | 3.35 | - |
| YUV | 73.11 | 105.36 | 85.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 111 | 33 | 0.87 | 0 | 0.70 | 0.56 | 131.75 | 0.78 | 0.25 |
| Hex | E | 6F | 21 | 57 | 0 | 46 | 38 | 84 | 4E | 19 |
| Octal | 16 | 157 | 41 | 127 | 0 | 106 | 70 | 204 | 116 | 31 |
| Binary | 1110 | 1101111 | 100001 | 1010111 | 0 | 1000110 | 111000 | 10000100 | 1001110 | 11001 |
Color Harmonies of #0E6F21
Complementary color
Monochromatic Colors of #0E6F21
Black with #0E6F21
Text Example
Text Example
White with #0E6F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E6F21; }
p { color: rgb(14,111,33); }
H1.HeaderClassName
{
color: #0E6F21;
}
.AnyTagClassName
{
color: #0E6F21;
}
</style>
background-color css
<style>
a { background-color: #0E6F21; }
a { background-color: rgb(14,111,33); }
div.DivClassName
{
background-color: #0E6F21;
}
.BgClassName
{
background-color: #0E6F21;
}
</style>
border-color css
<style>
span { border-color: #0E6F21; }
span { border-color: rgb(14,111,33); }
td.TdClassName
{
border-color: #0E6F21;
}
.TagClassName
{
border-color: #0E6F21;
}
</style>