Shades of Camarone #0E7729
Tints of Camarone #0E7729
RGB
CMYK
RGB Variations
Color information
#0E7729 (or 0x0E7729) is known color: Camarone. HEX triplet: 0E, 77 and 29. RGB value is (14,119,41). Sum of RGB (Red+Green+Blue) = 14+119+41=174 (23% of max value = 765). Red value is 14 (5.86% from 255 or 8.05% from 174); Green value is 119 (46.88% from 255 or 68.39% from 174); Blue value is 41 (16.41% from 255 or 23.56% from 174); Max value from RGB is 119 - color contains mainly: green. Hex color #0E7729 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E7729 is #F188D6. Grayscale: #4E4E4E. Windows color (decimal): -15829207 or 2717454. OLE color: 2717454.
HSL color Cylindrical-coordinate representation of color #0E7729: hue angle of 135.43º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E7729 is Cyan = 0.88, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 14 | 119 | 41 | - |
| CMYK | 0.88 | 0 | 0.66 | 0.53 |
| HSL | 135.43º | 0.79% | 0.26% | - |
| HSV(B) | 135.43º | 0.88% | 0.47% | - |
| XYZ | 7.18 | 13.45 | 4.32 | - |
| YUV | 78.71 | 106.71 | 81.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 119 | 41 | 0.88 | 0 | 0.66 | 0.53 | 135.43 | 0.79 | 0.26 |
| Hex | E | 77 | 29 | 58 | 0 | 42 | 35 | 87 | 4F | 1A |
| Octal | 16 | 167 | 51 | 130 | 0 | 102 | 65 | 207 | 117 | 32 |
| Binary | 1110 | 1110111 | 101001 | 1011000 | 0 | 1000010 | 110101 | 10000111 | 1001111 | 11010 |
Color Harmonies of #0E7729
Complementary color
Monochromatic Colors of #0E7729
Black with #0E7729
Text Example
Text Example
White with #0E7729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E7729; }
p { color: rgb(14,119,41); }
H1.HeaderClassName
{
color: #0E7729;
}
.AnyTagClassName
{
color: #0E7729;
}
</style>
background-color css
<style>
a { background-color: #0E7729; }
a { background-color: rgb(14,119,41); }
div.DivClassName
{
background-color: #0E7729;
}
.BgClassName
{
background-color: #0E7729;
}
</style>
border-color css
<style>
span { border-color: #0E7729; }
span { border-color: rgb(14,119,41); }
td.TdClassName
{
border-color: #0E7729;
}
.TagClassName
{
border-color: #0E7729;
}
</style>