Shades of Camarone #0C762E
Tints of Camarone #0C762E
RGB
CMYK
RGB Variations
Color information
#0C762E (or 0x0C762E) is known color: Camarone. HEX triplet: 0C, 76 and 2E. RGB value is (12,118,46). Sum of RGB (Red+Green+Blue) = 12+118+46=176 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.82% from 176); Green value is 118 (46.48% from 255 or 67.05% from 176); Blue value is 46 (18.36% from 255 or 26.14% from 176); Max value from RGB is 118 - color contains mainly: green. Hex color #0C762E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C762E is #F389D1. Grayscale: #4E4E4E. Windows color (decimal): -15960530 or 3044876. OLE color: 3044876.
HSL color Cylindrical-coordinate representation of color #0C762E: hue angle of 139.25º 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 #0C762E is Cyan = 0.90, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 12 | 118 | 46 | - |
| CMYK | 0.90 | 0 | 0.61 | 0.54 |
| HSL | 139.25º | 0.82% | 0.25% | - |
| HSV(B) | 139.25º | 0.9% | 0.46% | - |
| XYZ | 7.12 | 13.23 | 4.76 | - |
| YUV | 78.1 | 109.88 | 80.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 118 | 46 | 0.90 | 0 | 0.61 | 0.54 | 139.25 | 0.82 | 0.25 |
| Hex | C | 76 | 2E | 5A | 0 | 3D | 36 | 8B | 52 | 19 |
| Octal | 14 | 166 | 56 | 132 | 0 | 75 | 66 | 213 | 122 | 31 |
| Binary | 1100 | 1110110 | 101110 | 1011010 | 0 | 111101 | 110110 | 10001011 | 1010010 | 11001 |
Color Harmonies of #0C762E
Complementary color
Monochromatic Colors of #0C762E
Black with #0C762E
Text Example
Text Example
White with #0C762E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C762E; }
p { color: rgb(12,118,46); }
H1.HeaderClassName
{
color: #0C762E;
}
.AnyTagClassName
{
color: #0C762E;
}
</style>
background-color css
<style>
a { background-color: #0C762E; }
a { background-color: rgb(12,118,46); }
div.DivClassName
{
background-color: #0C762E;
}
.BgClassName
{
background-color: #0C762E;
}
</style>
border-color css
<style>
span { border-color: #0C762E; }
span { border-color: rgb(12,118,46); }
td.TdClassName
{
border-color: #0C762E;
}
.TagClassName
{
border-color: #0C762E;
}
</style>