Shades of Camarone #0C762C
Tints of Camarone #0C762C
RGB
CMYK
RGB Variations
Color information
#0C762C (or 0x0C762C) is known color: Camarone. HEX triplet: 0C, 76 and 2C. RGB value is (12,118,44). Sum of RGB (Red+Green+Blue) = 12+118+44=174 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.90% from 174); Green value is 118 (46.48% from 255 or 67.82% from 174); Blue value is 44 (17.58% from 255 or 25.29% from 174); Max value from RGB is 118 - color contains mainly: green. Hex color #0C762C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C762C is #F389D3. Grayscale: #4E4E4E. Windows color (decimal): -15960532 or 2913804. OLE color: 2913804.
HSL color Cylindrical-coordinate representation of color #0C762C: hue angle of 138.11º 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 #0C762C is Cyan = 0.90, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 12 | 118 | 44 | - |
| CMYK | 0.90 | 0 | 0.63 | 0.54 |
| HSL | 138.11º | 0.82% | 0.25% | - |
| HSV(B) | 138.11º | 0.9% | 0.46% | - |
| XYZ | 7.08 | 13.22 | 4.56 | - |
| YUV | 77.87 | 108.88 | 81.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 118 | 44 | 0.90 | 0 | 0.63 | 0.54 | 138.11 | 0.82 | 0.25 |
| Hex | C | 76 | 2C | 5A | 0 | 3F | 36 | 8A | 52 | 19 |
| Octal | 14 | 166 | 54 | 132 | 0 | 77 | 66 | 212 | 122 | 31 |
| Binary | 1100 | 1110110 | 101100 | 1011010 | 0 | 111111 | 110110 | 10001010 | 1010010 | 11001 |
Color Harmonies of #0C762C
Complementary color
Monochromatic Colors of #0C762C
Black with #0C762C
Text Example
Text Example
White with #0C762C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C762C; }
p { color: rgb(12,118,44); }
H1.HeaderClassName
{
color: #0C762C;
}
.AnyTagClassName
{
color: #0C762C;
}
</style>
background-color css
<style>
a { background-color: #0C762C; }
a { background-color: rgb(12,118,44); }
div.DivClassName
{
background-color: #0C762C;
}
.BgClassName
{
background-color: #0C762C;
}
</style>
border-color css
<style>
span { border-color: #0C762C; }
span { border-color: rgb(12,118,44); }
td.TdClassName
{
border-color: #0C762C;
}
.TagClassName
{
border-color: #0C762C;
}
</style>