Shades of Salem #0C8748
Tints of Salem #0C8748
RGB
CMYK
RGB Variations
Color information
#0C8748 (or 0x0C8748) is known color: Salem. HEX triplet: 0C, 87 and 48. RGB value is (12,135,72). Sum of RGB (Red+Green+Blue) = 12+135+72=219 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.48% from 219); Green value is 135 (53.12% from 255 or 61.64% from 219); Blue value is 72 (28.52% from 255 or 32.88% from 219); Max value from RGB is 135 - color contains mainly: green. Hex color #0C8748 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C8748 is #F378B7. Grayscale: #5B5B5B. Windows color (decimal): -15956152 or 4753164. OLE color: 4753164.
HSL color Cylindrical-coordinate representation of color #0C8748: hue angle of 149.27º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C8748 is Cyan = 0.91, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 12 | 135 | 72 | - |
| CMYK | 0.91 | 0 | 0.47 | 0.47 |
| HSL | 149.27º | 0.84% | 0.29% | - |
| HSV(B) | 149.27º | 0.91% | 0.53% | - |
| XYZ | 9.99 | 17.87 | 9.05 | - |
| YUV | 91.04 | 117.25 | 71.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 135 | 72 | 0.91 | 0 | 0.47 | 0.47 | 149.27 | 0.84 | 0.29 |
| Hex | C | 87 | 48 | 5B | 0 | 2F | 2F | 95 | 54 | 1D |
| Octal | 14 | 207 | 110 | 133 | 0 | 57 | 57 | 225 | 124 | 35 |
| Binary | 1100 | 10000111 | 1001000 | 1011011 | 0 | 101111 | 101111 | 10010101 | 1010100 | 11101 |
Color Harmonies of #0C8748
Complementary color
Monochromatic Colors of #0C8748
Black with #0C8748
Text Example
Text Example
White with #0C8748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8748; }
p { color: rgb(12,135,72); }
H1.HeaderClassName
{
color: #0C8748;
}
.AnyTagClassName
{
color: #0C8748;
}
</style>
background-color css
<style>
a { background-color: #0C8748; }
a { background-color: rgb(12,135,72); }
div.DivClassName
{
background-color: #0C8748;
}
.BgClassName
{
background-color: #0C8748;
}
</style>
border-color css
<style>
span { border-color: #0C8748; }
span { border-color: rgb(12,135,72); }
td.TdClassName
{
border-color: #0C8748;
}
.TagClassName
{
border-color: #0C8748;
}
</style>