Shades of Salem #0C7748
Tints of Salem #0C7748
RGB
CMYK
RGB Variations
Color information
#0C7748 (or 0x0C7748) is known color: Salem. HEX triplet: 0C, 77 and 48. RGB value is (12,119,72). Sum of RGB (Red+Green+Blue) = 12+119+72=203 (26% of max value = 765). Red value is 12 (5.08% from 255 or 5.91% from 203); Green value is 119 (46.88% from 255 or 58.62% from 203); Blue value is 72 (28.52% from 255 or 35.47% from 203); Max value from RGB is 119 - color contains mainly: green. Hex color #0C7748 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C7748 is #F388B7. Grayscale: #515151. Windows color (decimal): -15960248 or 4749068. OLE color: 4749068.
HSL color Cylindrical-coordinate representation of color #0C7748: hue angle of 153.64º 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 #0C7748 is Cyan = 0.90, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 12 | 119 | 72 | - |
| CMYK | 0.90 | 0 | 0.39 | 0.53 |
| HSL | 153.64º | 0.82% | 0.26% | - |
| HSV(B) | 153.64º | 0.9% | 0.47% | - |
| XYZ | 7.92 | 13.74 | 8.37 | - |
| YUV | 81.65 | 122.55 | 78.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 119 | 72 | 0.90 | 0 | 0.39 | 0.53 | 153.64 | 0.82 | 0.26 |
| Hex | C | 77 | 48 | 5A | 0 | 27 | 35 | 9A | 52 | 1A |
| Octal | 14 | 167 | 110 | 132 | 0 | 47 | 65 | 232 | 122 | 32 |
| Binary | 1100 | 1110111 | 1001000 | 1011010 | 0 | 100111 | 110101 | 10011010 | 1010010 | 11010 |
Color Harmonies of #0C7748
Complementary color
Monochromatic Colors of #0C7748
Black with #0C7748
Text Example
Text Example
White with #0C7748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C7748; }
p { color: rgb(12,119,72); }
H1.HeaderClassName
{
color: #0C7748;
}
.AnyTagClassName
{
color: #0C7748;
}
</style>
background-color css
<style>
a { background-color: #0C7748; }
a { background-color: rgb(12,119,72); }
div.DivClassName
{
background-color: #0C7748;
}
.BgClassName
{
background-color: #0C7748;
}
</style>
border-color css
<style>
span { border-color: #0C7748; }
span { border-color: rgb(12,119,72); }
td.TdClassName
{
border-color: #0C7748;
}
.TagClassName
{
border-color: #0C7748;
}
</style>