Shades of Salem #0C8B56
Tints of Salem #0C8B56
RGB
CMYK
RGB Variations
Color information
#0C8B56 (or 0x0C8B56) is known color: Salem. HEX triplet: 0C, 8B and 56. RGB value is (12,139,86). Sum of RGB (Red+Green+Blue) = 12+139+86=237 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.06% from 237); Green value is 139 (54.69% from 255 or 58.65% from 237); Blue value is 86 (33.98% from 255 or 36.29% from 237); Max value from RGB is 139 - color contains mainly: green. Hex color #0C8B56 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C8B56 is #F374A9. Grayscale: #5F5F5F. Windows color (decimal): -15955114 or 5671692. OLE color: 5671692.
HSL color Cylindrical-coordinate representation of color #0C8B56: hue angle of 154.96º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C8B56 is Cyan = 0.91, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 12 | 139 | 86 | - |
| CMYK | 0.91 | 0 | 0.38 | 0.45 |
| HSL | 154.96º | 0.84% | 0.3% | - |
| HSV(B) | 154.96º | 0.91% | 0.55% | - |
| XYZ | 11.06 | 19.22 | 11.93 | - |
| YUV | 94.99 | 122.92 | 68.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 139 | 86 | 0.91 | 0 | 0.38 | 0.45 | 154.96 | 0.84 | 0.3 |
| Hex | C | 8B | 56 | 5B | 0 | 26 | 2D | 9B | 54 | 1E |
| Octal | 14 | 213 | 126 | 133 | 0 | 46 | 55 | 233 | 124 | 36 |
| Binary | 1100 | 10001011 | 1010110 | 1011011 | 0 | 100110 | 101101 | 10011011 | 1010100 | 11110 |
Color Harmonies of #0C8B56
Complementary color
Monochromatic Colors of #0C8B56
Black with #0C8B56
Text Example
Text Example
White with #0C8B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8B56; }
p { color: rgb(12,139,86); }
H1.HeaderClassName
{
color: #0C8B56;
}
.AnyTagClassName
{
color: #0C8B56;
}
</style>
background-color css
<style>
a { background-color: #0C8B56; }
a { background-color: rgb(12,139,86); }
div.DivClassName
{
background-color: #0C8B56;
}
.BgClassName
{
background-color: #0C8B56;
}
</style>
border-color css
<style>
span { border-color: #0C8B56; }
span { border-color: rgb(12,139,86); }
td.TdClassName
{
border-color: #0C8B56;
}
.TagClassName
{
border-color: #0C8B56;
}
</style>