Shades of Salem #0C8740
Tints of Salem #0C8740
RGB
CMYK
RGB Variations
Color information
#0C8740 (or 0x0C8740) is known color: Salem. HEX triplet: 0C, 87 and 40. RGB value is (12,135,64). Sum of RGB (Red+Green+Blue) = 12+135+64=211 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.69% from 211); Green value is 135 (53.12% from 255 or 63.98% from 211); Blue value is 64 (25.39% from 255 or 30.33% from 211); Max value from RGB is 135 - color contains mainly: green. Hex color #0C8740 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C8740 is #F378BF. Grayscale: #5A5A5A. Windows color (decimal): -15956160 or 4228876. OLE color: 4228876.
HSL color Cylindrical-coordinate representation of color #0C8740: hue angle of 145.37º 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 #0C8740 is Cyan = 0.91, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 12 | 135 | 64 | - |
| CMYK | 0.91 | 0 | 0.53 | 0.47 |
| HSL | 145.37º | 0.84% | 0.29% | - |
| HSV(B) | 145.37º | 0.91% | 0.53% | - |
| XYZ | 9.74 | 17.78 | 7.77 | - |
| YUV | 90.13 | 113.25 | 72.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 135 | 64 | 0.91 | 0 | 0.53 | 0.47 | 145.37 | 0.84 | 0.29 |
| Hex | C | 87 | 40 | 5B | 0 | 35 | 2F | 91 | 54 | 1D |
| Octal | 14 | 207 | 100 | 133 | 0 | 65 | 57 | 221 | 124 | 35 |
| Binary | 1100 | 10000111 | 1000000 | 1011011 | 0 | 110101 | 101111 | 10010001 | 1010100 | 11101 |
Color Harmonies of #0C8740
Complementary color
Monochromatic Colors of #0C8740
Black with #0C8740
Text Example
Text Example
White with #0C8740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8740; }
p { color: rgb(12,135,64); }
H1.HeaderClassName
{
color: #0C8740;
}
.AnyTagClassName
{
color: #0C8740;
}
</style>
background-color css
<style>
a { background-color: #0C8740; }
a { background-color: rgb(12,135,64); }
div.DivClassName
{
background-color: #0C8740;
}
.BgClassName
{
background-color: #0C8740;
}
</style>
border-color css
<style>
span { border-color: #0C8740; }
span { border-color: rgb(12,135,64); }
td.TdClassName
{
border-color: #0C8740;
}
.TagClassName
{
border-color: #0C8740;
}
</style>