Shades of Camarone #0C762F
Tints of Camarone #0C762F
RGB
CMYK
RGB Variations
Color information
#0C762F (or 0x0C762F) is known color: Camarone. HEX triplet: 0C, 76 and 2F. RGB value is (12,118,47). Sum of RGB (Red+Green+Blue) = 12+118+47=177 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.78% from 177); Green value is 118 (46.48% from 255 or 66.67% from 177); Blue value is 47 (18.75% from 255 or 26.55% from 177); Max value from RGB is 118 - color contains mainly: green. Hex color #0C762F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C762F is #F389D0. Grayscale: #4E4E4E. Windows color (decimal): -15960529 or 3110412. OLE color: 3110412.
HSL color Cylindrical-coordinate representation of color #0C762F: hue angle of 139.81º 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 #0C762F is Cyan = 0.90, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 12 | 118 | 47 | - |
| CMYK | 0.90 | 0 | 0.60 | 0.54 |
| HSL | 139.81º | 0.82% | 0.25% | - |
| HSV(B) | 139.81º | 0.9% | 0.46% | - |
| XYZ | 7.14 | 13.24 | 4.87 | - |
| YUV | 78.21 | 110.38 | 80.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 118 | 47 | 0.90 | 0 | 0.60 | 0.54 | 139.81 | 0.82 | 0.25 |
| Hex | C | 76 | 2F | 5A | 0 | 3C | 36 | 8C | 52 | 19 |
| Octal | 14 | 166 | 57 | 132 | 0 | 74 | 66 | 214 | 122 | 31 |
| Binary | 1100 | 1110110 | 101111 | 1011010 | 0 | 111100 | 110110 | 10001100 | 1010010 | 11001 |
Color Harmonies of #0C762F
Complementary color
Monochromatic Colors of #0C762F
Black with #0C762F
Text Example
Text Example
White with #0C762F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C762F; }
p { color: rgb(12,118,47); }
H1.HeaderClassName
{
color: #0C762F;
}
.AnyTagClassName
{
color: #0C762F;
}
</style>
background-color css
<style>
a { background-color: #0C762F; }
a { background-color: rgb(12,118,47); }
div.DivClassName
{
background-color: #0C762F;
}
.BgClassName
{
background-color: #0C762F;
}
</style>
border-color css
<style>
span { border-color: #0C762F; }
span { border-color: rgb(12,118,47); }
td.TdClassName
{
border-color: #0C762F;
}
.TagClassName
{
border-color: #0C762F;
}
</style>