Shades of Camarone #0C792D
Tints of Camarone #0C792D
RGB
CMYK
RGB Variations
Color information
#0C792D (or 0x0C792D) is known color: Camarone. HEX triplet: 0C, 79 and 2D. RGB value is (12,121,45). Sum of RGB (Red+Green+Blue) = 12+121+45=178 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.74% from 178); Green value is 121 (47.66% from 255 or 67.98% from 178); Blue value is 45 (17.97% from 255 or 25.28% from 178); Max value from RGB is 121 - color contains mainly: green. Hex color #0C792D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C792D is #F386D2. Grayscale: #4F4F4F. Windows color (decimal): -15959763 or 2980108. OLE color: 2980108.
HSL color Cylindrical-coordinate representation of color #0C792D: hue angle of 138.17º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C792D is Cyan = 0.90, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 12 | 121 | 45 | - |
| CMYK | 0.90 | 0 | 0.63 | 0.53 |
| HSL | 138.17º | 0.82% | 0.26% | - |
| HSV(B) | 138.17º | 0.9% | 0.47% | - |
| XYZ | 7.46 | 13.94 | 4.78 | - |
| YUV | 79.75 | 108.39 | 79.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 121 | 45 | 0.90 | 0 | 0.63 | 0.53 | 138.17 | 0.82 | 0.26 |
| Hex | C | 79 | 2D | 5A | 0 | 3F | 35 | 8A | 52 | 1A |
| Octal | 14 | 171 | 55 | 132 | 0 | 77 | 65 | 212 | 122 | 32 |
| Binary | 1100 | 1111001 | 101101 | 1011010 | 0 | 111111 | 110101 | 10001010 | 1010010 | 11010 |
Color Harmonies of #0C792D
Complementary color
Monochromatic Colors of #0C792D
Black with #0C792D
Text Example
Text Example
White with #0C792D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C792D; }
p { color: rgb(12,121,45); }
H1.HeaderClassName
{
color: #0C792D;
}
.AnyTagClassName
{
color: #0C792D;
}
</style>
background-color css
<style>
a { background-color: #0C792D; }
a { background-color: rgb(12,121,45); }
div.DivClassName
{
background-color: #0C792D;
}
.BgClassName
{
background-color: #0C792D;
}
</style>
border-color css
<style>
span { border-color: #0C792D; }
span { border-color: rgb(12,121,45); }
td.TdClassName
{
border-color: #0C792D;
}
.TagClassName
{
border-color: #0C792D;
}
</style>