Shades of Camarone #0C7621
Tints of Camarone #0C7621
RGB
CMYK
RGB Variations
Color information
#0C7621 (or 0x0C7621) is known color: Camarone. HEX triplet: 0C, 76 and 21. RGB value is (12,118,33). Sum of RGB (Red+Green+Blue) = 12+118+33=163 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.36% from 163); Green value is 118 (46.48% from 255 or 72.39% from 163); Blue value is 33 (13.28% from 255 or 20.25% from 163); Max value from RGB is 118 - color contains mainly: green. Hex color #0C7621 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C7621 is #F389DE. Grayscale: #4C4C4C. Windows color (decimal): -15960543 or 2192908. OLE color: 2192908.
HSL color Cylindrical-coordinate representation of color #0C7621: hue angle of 131.89º 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 #0C7621 is Cyan = 0.90, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 12 | 118 | 33 | - |
| CMYK | 0.90 | 0 | 0.72 | 0.54 |
| HSL | 131.89º | 0.82% | 0.25% | - |
| HSV(B) | 131.89º | 0.9% | 0.46% | - |
| XYZ | 6.9 | 13.14 | 3.61 | - |
| YUV | 76.62 | 103.38 | 81.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 118 | 33 | 0.90 | 0 | 0.72 | 0.54 | 131.89 | 0.82 | 0.25 |
| Hex | C | 76 | 21 | 5A | 0 | 48 | 36 | 84 | 52 | 19 |
| Octal | 14 | 166 | 41 | 132 | 0 | 110 | 66 | 204 | 122 | 31 |
| Binary | 1100 | 1110110 | 100001 | 1011010 | 0 | 1001000 | 110110 | 10000100 | 1010010 | 11001 |
Color Harmonies of #0C7621
Complementary color
Monochromatic Colors of #0C7621
Black with #0C7621
Text Example
Text Example
White with #0C7621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C7621; }
p { color: rgb(12,118,33); }
H1.HeaderClassName
{
color: #0C7621;
}
.AnyTagClassName
{
color: #0C7621;
}
</style>
background-color css
<style>
a { background-color: #0C7621; }
a { background-color: rgb(12,118,33); }
div.DivClassName
{
background-color: #0C7621;
}
.BgClassName
{
background-color: #0C7621;
}
</style>
border-color css
<style>
span { border-color: #0C7621; }
span { border-color: rgb(12,118,33); }
td.TdClassName
{
border-color: #0C7621;
}
.TagClassName
{
border-color: #0C7621;
}
</style>