Shades of Camarone #0C7624
Tints of Camarone #0C7624
RGB
CMYK
RGB Variations
Color information
#0C7624 (or 0x0C7624) is known color: Camarone. HEX triplet: 0C, 76 and 24. RGB value is (12,118,36). Sum of RGB (Red+Green+Blue) = 12+118+36=166 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.23% from 166); Green value is 118 (46.48% from 255 or 71.08% from 166); Blue value is 36 (14.45% from 255 or 21.69% from 166); Max value from RGB is 118 - color contains mainly: green. Hex color #0C7624 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C7624 is #F389DB. Grayscale: #4D4D4D. Windows color (decimal): -15960540 or 2389516. OLE color: 2389516.
HSL color Cylindrical-coordinate representation of color #0C7624: hue angle of 133.58º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C7624 is Cyan = 0.90, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 12 | 118 | 36 | - |
| CMYK | 0.90 | 0 | 0.69 | 0.54 |
| HSL | 133.58º | 0.82% | 0.25% | - |
| HSV(B) | 133.58º | 0.9% | 0.46% | - |
| XYZ | 6.95 | 13.16 | 3.84 | - |
| YUV | 76.96 | 104.88 | 81.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 118 | 36 | 0.90 | 0 | 0.69 | 0.54 | 133.58 | 0.82 | 0.25 |
| Hex | C | 76 | 24 | 5A | 0 | 45 | 36 | 86 | 52 | 19 |
| Octal | 14 | 166 | 44 | 132 | 0 | 105 | 66 | 206 | 122 | 31 |
| Binary | 1100 | 1110110 | 100100 | 1011010 | 0 | 1000101 | 110110 | 10000110 | 1010010 | 11001 |
Color Harmonies of #0C7624
Complementary color
Monochromatic Colors of #0C7624
Black with #0C7624
Text Example
Text Example
White with #0C7624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C7624; }
p { color: rgb(12,118,36); }
H1.HeaderClassName
{
color: #0C7624;
}
.AnyTagClassName
{
color: #0C7624;
}
</style>
background-color css
<style>
a { background-color: #0C7624; }
a { background-color: rgb(12,118,36); }
div.DivClassName
{
background-color: #0C7624;
}
.BgClassName
{
background-color: #0C7624;
}
</style>
border-color css
<style>
span { border-color: #0C7624; }
span { border-color: rgb(12,118,36); }
td.TdClassName
{
border-color: #0C7624;
}
.TagClassName
{
border-color: #0C7624;
}
</style>