Shades of Camarone #0C762D
Tints of Camarone #0C762D
RGB
CMYK
RGB Variations
Color information
#0C762D (or 0x0C762D) is known color: Camarone. HEX triplet: 0C, 76 and 2D. RGB value is (12,118,45). Sum of RGB (Red+Green+Blue) = 12+118+45=175 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.86% from 175); Green value is 118 (46.48% from 255 or 67.43% from 175); Blue value is 45 (17.97% from 255 or 25.71% from 175); Max value from RGB is 118 - color contains mainly: green. Hex color #0C762D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C762D is #F389D2. Grayscale: #4E4E4E. Windows color (decimal): -15960531 or 2979340. OLE color: 2979340.
HSL color Cylindrical-coordinate representation of color #0C762D: hue angle of 138.68º 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 #0C762D is Cyan = 0.90, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 12 | 118 | 45 | - |
| CMYK | 0.90 | 0 | 0.62 | 0.54 |
| HSL | 138.68º | 0.82% | 0.25% | - |
| HSV(B) | 138.68º | 0.9% | 0.46% | - |
| XYZ | 7.1 | 13.22 | 4.66 | - |
| YUV | 77.98 | 109.38 | 80.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 118 | 45 | 0.90 | 0 | 0.62 | 0.54 | 138.68 | 0.82 | 0.25 |
| Hex | C | 76 | 2D | 5A | 0 | 3E | 36 | 8B | 52 | 19 |
| Octal | 14 | 166 | 55 | 132 | 0 | 76 | 66 | 213 | 122 | 31 |
| Binary | 1100 | 1110110 | 101101 | 1011010 | 0 | 111110 | 110110 | 10001011 | 1010010 | 11001 |
Color Harmonies of #0C762D
Complementary color
Monochromatic Colors of #0C762D
Black with #0C762D
Text Example
Text Example
White with #0C762D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C762D; }
p { color: rgb(12,118,45); }
H1.HeaderClassName
{
color: #0C762D;
}
.AnyTagClassName
{
color: #0C762D;
}
</style>
background-color css
<style>
a { background-color: #0C762D; }
a { background-color: rgb(12,118,45); }
div.DivClassName
{
background-color: #0C762D;
}
.BgClassName
{
background-color: #0C762D;
}
</style>
border-color css
<style>
span { border-color: #0C762D; }
span { border-color: rgb(12,118,45); }
td.TdClassName
{
border-color: #0C762D;
}
.TagClassName
{
border-color: #0C762D;
}
</style>