Shades of Salem #0C8945
Tints of Salem #0C8945
RGB
CMYK
RGB Variations
Color information
#0C8945 (or 0x0C8945) is known color: Salem. HEX triplet: 0C, 89 and 45. RGB value is (12,137,69). Sum of RGB (Red+Green+Blue) = 12+137+69=218 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.50% from 218); Green value is 137 (53.91% from 255 or 62.84% from 218); Blue value is 69 (27.34% from 255 or 31.65% from 218); Max value from RGB is 137 - color contains mainly: green. Hex color #0C8945 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C8945 is #F376BA. Grayscale: #5C5C5C. Windows color (decimal): -15955643 or 4557068. OLE color: 4557068.
HSL color Cylindrical-coordinate representation of color #0C8945: hue angle of 147.36º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C8945 is Cyan = 0.91, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 12 | 137 | 69 | - |
| CMYK | 0.91 | 0 | 0.50 | 0.46 |
| HSL | 147.36º | 0.84% | 0.29% | - |
| HSV(B) | 147.36º | 0.91% | 0.54% | - |
| XYZ | 10.17 | 18.4 | 8.65 | - |
| YUV | 91.87 | 115.09 | 71.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 137 | 69 | 0.91 | 0 | 0.50 | 0.46 | 147.36 | 0.84 | 0.29 |
| Hex | C | 89 | 45 | 5B | 0 | 32 | 2E | 93 | 54 | 1D |
| Octal | 14 | 211 | 105 | 133 | 0 | 62 | 56 | 223 | 124 | 35 |
| Binary | 1100 | 10001001 | 1000101 | 1011011 | 0 | 110010 | 101110 | 10010011 | 1010100 | 11101 |
Color Harmonies of #0C8945
Complementary color
Monochromatic Colors of #0C8945
Black with #0C8945
Text Example
Text Example
White with #0C8945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8945; }
p { color: rgb(12,137,69); }
H1.HeaderClassName
{
color: #0C8945;
}
.AnyTagClassName
{
color: #0C8945;
}
</style>
background-color css
<style>
a { background-color: #0C8945; }
a { background-color: rgb(12,137,69); }
div.DivClassName
{
background-color: #0C8945;
}
.BgClassName
{
background-color: #0C8945;
}
</style>
border-color css
<style>
span { border-color: #0C8945; }
span { border-color: rgb(12,137,69); }
td.TdClassName
{
border-color: #0C8945;
}
.TagClassName
{
border-color: #0C8945;
}
</style>