Shades of Salem #0C7A51
Tints of Salem #0C7A51
RGB
CMYK
RGB Variations
Color information
#0C7A51 (or 0x0C7A51) is known color: Salem. HEX triplet: 0C, 7A and 51. RGB value is (12,122,81). Sum of RGB (Red+Green+Blue) = 12+122+81=215 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.58% from 215); Green value is 122 (48.05% from 255 or 56.74% from 215); Blue value is 81 (32.03% from 255 or 37.67% from 215); Max value from RGB is 122 - color contains mainly: green. Hex color #0C7A51 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C7A51 is #F385AE. Grayscale: #545454. Windows color (decimal): -15959471 or 5339660. OLE color: 5339660.
HSL color Cylindrical-coordinate representation of color #0C7A51: hue angle of 157.64º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C7A51 is Cyan = 0.90, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 12 | 122 | 81 | - |
| CMYK | 0.90 | 0 | 0.34 | 0.52 |
| HSL | 157.64º | 0.82% | 0.26% | - |
| HSV(B) | 157.64º | 0.9% | 0.48% | - |
| XYZ | 8.6 | 14.59 | 10.15 | - |
| YUV | 84.44 | 126.06 | 76.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 122 | 81 | 0.90 | 0 | 0.34 | 0.52 | 157.64 | 0.82 | 0.26 |
| Hex | C | 7A | 51 | 5A | 0 | 22 | 34 | 9E | 52 | 1A |
| Octal | 14 | 172 | 121 | 132 | 0 | 42 | 64 | 236 | 122 | 32 |
| Binary | 1100 | 1111010 | 1010001 | 1011010 | 0 | 100010 | 110100 | 10011110 | 1010010 | 11010 |
Color Harmonies of #0C7A51
Complementary color
Monochromatic Colors of #0C7A51
Black with #0C7A51
Text Example
Text Example
White with #0C7A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C7A51; }
p { color: rgb(12,122,81); }
H1.HeaderClassName
{
color: #0C7A51;
}
.AnyTagClassName
{
color: #0C7A51;
}
</style>
background-color css
<style>
a { background-color: #0C7A51; }
a { background-color: rgb(12,122,81); }
div.DivClassName
{
background-color: #0C7A51;
}
.BgClassName
{
background-color: #0C7A51;
}
</style>
border-color css
<style>
span { border-color: #0C7A51; }
span { border-color: rgb(12,122,81); }
td.TdClassName
{
border-color: #0C7A51;
}
.TagClassName
{
border-color: #0C7A51;
}
</style>