Shades of Camarone #0C7729
Tints of Camarone #0C7729
RGB
CMYK
RGB Variations
Color information
#0C7729 (or 0x0C7729) is known color: Camarone. HEX triplet: 0C, 77 and 29. RGB value is (12,119,41). Sum of RGB (Red+Green+Blue) = 12+119+41=172 (22% of max value = 765). Red value is 12 (5.08% from 255 or 6.98% from 172); Green value is 119 (46.88% from 255 or 69.19% from 172); Blue value is 41 (16.41% from 255 or 23.84% from 172); Max value from RGB is 119 - color contains mainly: green. Hex color #0C7729 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C7729 is #F388D6. Grayscale: #4E4E4E. Windows color (decimal): -15960279 or 2717452. OLE color: 2717452.
HSL color Cylindrical-coordinate representation of color #0C7729: hue angle of 136.26º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C7729 is Cyan = 0.90, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 12 | 119 | 41 | - |
| CMYK | 0.90 | 0 | 0.66 | 0.53 |
| HSL | 136.26º | 0.82% | 0.26% | - |
| HSV(B) | 136.26º | 0.9% | 0.47% | - |
| XYZ | 7.15 | 13.43 | 4.31 | - |
| YUV | 78.12 | 107.05 | 80.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 119 | 41 | 0.90 | 0 | 0.66 | 0.53 | 136.26 | 0.82 | 0.26 |
| Hex | C | 77 | 29 | 5A | 0 | 42 | 35 | 88 | 52 | 1A |
| Octal | 14 | 167 | 51 | 132 | 0 | 102 | 65 | 210 | 122 | 32 |
| Binary | 1100 | 1110111 | 101001 | 1011010 | 0 | 1000010 | 110101 | 10001000 | 1010010 | 11010 |
Color Harmonies of #0C7729
Complementary color
Monochromatic Colors of #0C7729
Black with #0C7729
Text Example
Text Example
White with #0C7729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C7729; }
p { color: rgb(12,119,41); }
H1.HeaderClassName
{
color: #0C7729;
}
.AnyTagClassName
{
color: #0C7729;
}
</style>
background-color css
<style>
a { background-color: #0C7729; }
a { background-color: rgb(12,119,41); }
div.DivClassName
{
background-color: #0C7729;
}
.BgClassName
{
background-color: #0C7729;
}
</style>
border-color css
<style>
span { border-color: #0C7729; }
span { border-color: rgb(12,119,41); }
td.TdClassName
{
border-color: #0C7729;
}
.TagClassName
{
border-color: #0C7729;
}
</style>