Shades of Salem #0C7749
Tints of Salem #0C7749
RGB
CMYK
RGB Variations
Color information
#0C7749 (or 0x0C7749) is known color: Salem. HEX triplet: 0C, 77 and 49. RGB value is (12,119,73). Sum of RGB (Red+Green+Blue) = 12+119+73=204 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.88% from 204); Green value is 119 (46.88% from 255 or 58.33% from 204); Blue value is 73 (28.91% from 255 or 35.78% from 204); Max value from RGB is 119 - color contains mainly: green. Hex color #0C7749 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C7749 is #F388B6. Grayscale: #515151. Windows color (decimal): -15960247 or 4814604. OLE color: 4814604.
HSL color Cylindrical-coordinate representation of color #0C7749: hue angle of 154.21º 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 #0C7749 is Cyan = 0.90, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 12 | 119 | 73 | - |
| CMYK | 0.90 | 0 | 0.39 | 0.53 |
| HSL | 154.21º | 0.82% | 0.26% | - |
| HSV(B) | 154.21º | 0.9% | 0.47% | - |
| XYZ | 7.95 | 13.75 | 8.54 | - |
| YUV | 81.76 | 123.05 | 78.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 119 | 73 | 0.90 | 0 | 0.39 | 0.53 | 154.21 | 0.82 | 0.26 |
| Hex | C | 77 | 49 | 5A | 0 | 27 | 35 | 9A | 52 | 1A |
| Octal | 14 | 167 | 111 | 132 | 0 | 47 | 65 | 232 | 122 | 32 |
| Binary | 1100 | 1110111 | 1001001 | 1011010 | 0 | 100111 | 110101 | 10011010 | 1010010 | 11010 |
Color Harmonies of #0C7749
Complementary color
Monochromatic Colors of #0C7749
Black with #0C7749
Text Example
Text Example
White with #0C7749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C7749; }
p { color: rgb(12,119,73); }
H1.HeaderClassName
{
color: #0C7749;
}
.AnyTagClassName
{
color: #0C7749;
}
</style>
background-color css
<style>
a { background-color: #0C7749; }
a { background-color: rgb(12,119,73); }
div.DivClassName
{
background-color: #0C7749;
}
.BgClassName
{
background-color: #0C7749;
}
</style>
border-color css
<style>
span { border-color: #0C7749; }
span { border-color: rgb(12,119,73); }
td.TdClassName
{
border-color: #0C7749;
}
.TagClassName
{
border-color: #0C7749;
}
</style>