Shades of Salem #0C8749
Tints of Salem #0C8749
RGB
CMYK
RGB Variations
Color information
#0C8749 (or 0x0C8749) is known color: Salem. HEX triplet: 0C, 87 and 49. RGB value is (12,135,73). Sum of RGB (Red+Green+Blue) = 12+135+73=220 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.45% from 220); Green value is 135 (53.12% from 255 or 61.36% from 220); Blue value is 73 (28.91% from 255 or 33.18% from 220); Max value from RGB is 135 - color contains mainly: green. Hex color #0C8749 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C8749 is #F378B6. Grayscale: #5B5B5B. Windows color (decimal): -15956151 or 4818700. OLE color: 4818700.
HSL color Cylindrical-coordinate representation of color #0C8749: hue angle of 149.76º 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 #0C8749 is Cyan = 0.91, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 12 | 135 | 73 | - |
| CMYK | 0.91 | 0 | 0.46 | 0.47 |
| HSL | 149.76º | 0.84% | 0.29% | - |
| HSV(B) | 149.76º | 0.91% | 0.53% | - |
| XYZ | 10.02 | 17.89 | 9.23 | - |
| YUV | 91.16 | 117.75 | 71.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 135 | 73 | 0.91 | 0 | 0.46 | 0.47 | 149.76 | 0.84 | 0.29 |
| Hex | C | 87 | 49 | 5B | 0 | 2E | 2F | 96 | 54 | 1D |
| Octal | 14 | 207 | 111 | 133 | 0 | 56 | 57 | 226 | 124 | 35 |
| Binary | 1100 | 10000111 | 1001001 | 1011011 | 0 | 101110 | 101111 | 10010110 | 1010100 | 11101 |
Color Harmonies of #0C8749
Complementary color
Monochromatic Colors of #0C8749
Black with #0C8749
Text Example
Text Example
White with #0C8749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8749; }
p { color: rgb(12,135,73); }
H1.HeaderClassName
{
color: #0C8749;
}
.AnyTagClassName
{
color: #0C8749;
}
</style>
background-color css
<style>
a { background-color: #0C8749; }
a { background-color: rgb(12,135,73); }
div.DivClassName
{
background-color: #0C8749;
}
.BgClassName
{
background-color: #0C8749;
}
</style>
border-color css
<style>
span { border-color: #0C8749; }
span { border-color: rgb(12,135,73); }
td.TdClassName
{
border-color: #0C8749;
}
.TagClassName
{
border-color: #0C8749;
}
</style>