Shades of Camarone #0C7127
Tints of Camarone #0C7127
RGB
CMYK
RGB Variations
Color information
#0C7127 (or 0x0C7127) is known color: Camarone. HEX triplet: 0C, 71 and 27. RGB value is (12,113,39). Sum of RGB (Red+Green+Blue) = 12+113+39=164 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.32% from 164); Green value is 113 (44.53% from 255 or 68.90% from 164); Blue value is 39 (15.62% from 255 or 23.78% from 164); Max value from RGB is 113 - color contains mainly: green. Hex color #0C7127 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C7127 is #F38ED8. Grayscale: #4A4A4A. Windows color (decimal): -15961817 or 2584844. OLE color: 2584844.
HSL color Cylindrical-coordinate representation of color #0C7127: hue angle of 136.04º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C7127 is Cyan = 0.89, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 12 | 113 | 39 | - |
| CMYK | 0.89 | 0 | 0.65 | 0.56 |
| HSL | 136.04º | 0.81% | 0.25% | - |
| HSV(B) | 136.04º | 0.89% | 0.44% | - |
| XYZ | 6.42 | 12.03 | 3.9 | - |
| YUV | 74.37 | 108.04 | 83.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 113 | 39 | 0.89 | 0 | 0.65 | 0.56 | 136.04 | 0.81 | 0.25 |
| Hex | C | 71 | 27 | 59 | 0 | 41 | 38 | 88 | 51 | 19 |
| Octal | 14 | 161 | 47 | 131 | 0 | 101 | 70 | 210 | 121 | 31 |
| Binary | 1100 | 1110001 | 100111 | 1011001 | 0 | 1000001 | 111000 | 10001000 | 1010001 | 11001 |
Color Harmonies of #0C7127
Complementary color
Monochromatic Colors of #0C7127
Black with #0C7127
Text Example
Text Example
White with #0C7127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C7127; }
p { color: rgb(12,113,39); }
H1.HeaderClassName
{
color: #0C7127;
}
.AnyTagClassName
{
color: #0C7127;
}
</style>
background-color css
<style>
a { background-color: #0C7127; }
a { background-color: rgb(12,113,39); }
div.DivClassName
{
background-color: #0C7127;
}
.BgClassName
{
background-color: #0C7127;
}
</style>
border-color css
<style>
span { border-color: #0C7127; }
span { border-color: rgb(12,113,39); }
td.TdClassName
{
border-color: #0C7127;
}
.TagClassName
{
border-color: #0C7127;
}
</style>