Shades of Salem #0C8856
Tints of Salem #0C8856
RGB
CMYK
RGB Variations
Color information
#0C8856 (or 0x0C8856) is known color: Salem. HEX triplet: 0C, 88 and 56. RGB value is (12,136,86). Sum of RGB (Red+Green+Blue) = 12+136+86=234 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.13% from 234); Green value is 136 (53.52% from 255 or 58.12% from 234); Blue value is 86 (33.98% from 255 or 36.75% from 234); Max value from RGB is 136 - color contains mainly: green. Hex color #0C8856 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C8856 is #F377A9. Grayscale: #5D5D5D. Windows color (decimal): -15955882 or 5670924. OLE color: 5670924.
HSL color Cylindrical-coordinate representation of color #0C8856: hue angle of 155.81º 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 #0C8856 is Cyan = 0.91, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 12 | 136 | 86 | - |
| CMYK | 0.91 | 0 | 0.37 | 0.47 |
| HSL | 155.81º | 0.84% | 0.29% | - |
| HSV(B) | 155.81º | 0.91% | 0.53% | - |
| XYZ | 10.64 | 18.36 | 11.79 | - |
| YUV | 93.22 | 123.92 | 70.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 136 | 86 | 0.91 | 0 | 0.37 | 0.47 | 155.81 | 0.84 | 0.29 |
| Hex | C | 88 | 56 | 5B | 0 | 25 | 2F | 9C | 54 | 1D |
| Octal | 14 | 210 | 126 | 133 | 0 | 45 | 57 | 234 | 124 | 35 |
| Binary | 1100 | 10001000 | 1010110 | 1011011 | 0 | 100101 | 101111 | 10011100 | 1010100 | 11101 |
Color Harmonies of #0C8856
Complementary color
Monochromatic Colors of #0C8856
Black with #0C8856
Text Example
Text Example
White with #0C8856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8856; }
p { color: rgb(12,136,86); }
H1.HeaderClassName
{
color: #0C8856;
}
.AnyTagClassName
{
color: #0C8856;
}
</style>
background-color css
<style>
a { background-color: #0C8856; }
a { background-color: rgb(12,136,86); }
div.DivClassName
{
background-color: #0C8856;
}
.BgClassName
{
background-color: #0C8856;
}
</style>
border-color css
<style>
span { border-color: #0C8856; }
span { border-color: rgb(12,136,86); }
td.TdClassName
{
border-color: #0C8856;
}
.TagClassName
{
border-color: #0C8856;
}
</style>