Shades of Camarone #0C752E
Tints of Camarone #0C752E
RGB
CMYK
RGB Variations
Color information
#0C752E (or 0x0C752E) is known color: Camarone. HEX triplet: 0C, 75 and 2E. RGB value is (12,117,46). Sum of RGB (Red+Green+Blue) = 12+117+46=175 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.86% from 175); Green value is 117 (46.09% from 255 or 66.86% from 175); Blue value is 46 (18.36% from 255 or 26.29% from 175); Max value from RGB is 117 - color contains mainly: green. Hex color #0C752E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C752E is #F38AD1. Grayscale: #4D4D4D. Windows color (decimal): -15960786 or 3044620. OLE color: 3044620.
HSL color Cylindrical-coordinate representation of color #0C752E: hue angle of 139.43º degrees, saturation: 0.81, 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 #0C752E is Cyan = 0.90, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 12 | 117 | 46 | - |
| CMYK | 0.90 | 0 | 0.61 | 0.54 |
| HSL | 139.43º | 0.81% | 0.25% | - |
| HSV(B) | 139.43º | 0.9% | 0.46% | - |
| XYZ | 7.01 | 13 | 4.72 | - |
| YUV | 77.51 | 110.21 | 81.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 117 | 46 | 0.90 | 0 | 0.61 | 0.54 | 139.43 | 0.81 | 0.25 |
| Hex | C | 75 | 2E | 5A | 0 | 3D | 36 | 8B | 51 | 19 |
| Octal | 14 | 165 | 56 | 132 | 0 | 75 | 66 | 213 | 121 | 31 |
| Binary | 1100 | 1110101 | 101110 | 1011010 | 0 | 111101 | 110110 | 10001011 | 1010001 | 11001 |
Color Harmonies of #0C752E
Complementary color
Monochromatic Colors of #0C752E
Black with #0C752E
Text Example
Text Example
White with #0C752E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C752E; }
p { color: rgb(12,117,46); }
H1.HeaderClassName
{
color: #0C752E;
}
.AnyTagClassName
{
color: #0C752E;
}
</style>
background-color css
<style>
a { background-color: #0C752E; }
a { background-color: rgb(12,117,46); }
div.DivClassName
{
background-color: #0C752E;
}
.BgClassName
{
background-color: #0C752E;
}
</style>
border-color css
<style>
span { border-color: #0C752E; }
span { border-color: rgb(12,117,46); }
td.TdClassName
{
border-color: #0C752E;
}
.TagClassName
{
border-color: #0C752E;
}
</style>