Shades of Salem #0C8741
Tints of Salem #0C8741
RGB
CMYK
RGB Variations
Color information
#0C8741 (or 0x0C8741) is known color: Salem. HEX triplet: 0C, 87 and 41. RGB value is (12,135,65). Sum of RGB (Red+Green+Blue) = 12+135+65=212 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.66% from 212); Green value is 135 (53.12% from 255 or 63.68% from 212); Blue value is 65 (25.78% from 255 or 30.66% from 212); Max value from RGB is 135 - color contains mainly: green. Hex color #0C8741 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C8741 is #F378BE. Grayscale: #5A5A5A. Windows color (decimal): -15956159 or 4294412. OLE color: 4294412.
HSL color Cylindrical-coordinate representation of color #0C8741: hue angle of 145.85º 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 #0C8741 is Cyan = 0.91, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 12 | 135 | 65 | - |
| CMYK | 0.91 | 0 | 0.52 | 0.47 |
| HSL | 145.85º | 0.84% | 0.29% | - |
| HSV(B) | 145.85º | 0.91% | 0.53% | - |
| XYZ | 9.77 | 17.79 | 7.92 | - |
| YUV | 90.24 | 113.75 | 72.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 135 | 65 | 0.91 | 0 | 0.52 | 0.47 | 145.85 | 0.84 | 0.29 |
| Hex | C | 87 | 41 | 5B | 0 | 34 | 2F | 92 | 54 | 1D |
| Octal | 14 | 207 | 101 | 133 | 0 | 64 | 57 | 222 | 124 | 35 |
| Binary | 1100 | 10000111 | 1000001 | 1011011 | 0 | 110100 | 101111 | 10010010 | 1010100 | 11101 |
Color Harmonies of #0C8741
Complementary color
Monochromatic Colors of #0C8741
Black with #0C8741
Text Example
Text Example
White with #0C8741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8741; }
p { color: rgb(12,135,65); }
H1.HeaderClassName
{
color: #0C8741;
}
.AnyTagClassName
{
color: #0C8741;
}
</style>
background-color css
<style>
a { background-color: #0C8741; }
a { background-color: rgb(12,135,65); }
div.DivClassName
{
background-color: #0C8741;
}
.BgClassName
{
background-color: #0C8741;
}
</style>
border-color css
<style>
span { border-color: #0C8741; }
span { border-color: rgb(12,135,65); }
td.TdClassName
{
border-color: #0C8741;
}
.TagClassName
{
border-color: #0C8741;
}
</style>