Shades of Salem #0C8656
Tints of Salem #0C8656
RGB
CMYK
RGB Variations
Color information
#0C8656 (or 0x0C8656) is known color: Salem. HEX triplet: 0C, 86 and 56. RGB value is (12,134,86). Sum of RGB (Red+Green+Blue) = 12+134+86=232 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.17% from 232); Green value is 134 (52.73% from 255 or 57.76% from 232); Blue value is 86 (33.98% from 255 or 37.07% from 232); Max value from RGB is 134 - color contains mainly: green. Hex color #0C8656 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C8656 is #F379A9. Grayscale: #5C5C5C. Windows color (decimal): -15956394 or 5670412. OLE color: 5670412.
HSL color Cylindrical-coordinate representation of color #0C8656: hue angle of 156.39º 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 #0C8656 is Cyan = 0.91, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 12 | 134 | 86 | - |
| CMYK | 0.91 | 0 | 0.36 | 0.47 |
| HSL | 156.39º | 0.84% | 0.29% | - |
| HSV(B) | 156.39º | 0.91% | 0.53% | - |
| XYZ | 10.36 | 17.8 | 11.69 | - |
| YUV | 92.05 | 124.58 | 70.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 134 | 86 | 0.91 | 0 | 0.36 | 0.47 | 156.39 | 0.84 | 0.29 |
| Hex | C | 86 | 56 | 5B | 0 | 24 | 2F | 9C | 54 | 1D |
| Octal | 14 | 206 | 126 | 133 | 0 | 44 | 57 | 234 | 124 | 35 |
| Binary | 1100 | 10000110 | 1010110 | 1011011 | 0 | 100100 | 101111 | 10011100 | 1010100 | 11101 |
Color Harmonies of #0C8656
Complementary color
Monochromatic Colors of #0C8656
Black with #0C8656
Text Example
Text Example
White with #0C8656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8656; }
p { color: rgb(12,134,86); }
H1.HeaderClassName
{
color: #0C8656;
}
.AnyTagClassName
{
color: #0C8656;
}
</style>
background-color css
<style>
a { background-color: #0C8656; }
a { background-color: rgb(12,134,86); }
div.DivClassName
{
background-color: #0C8656;
}
.BgClassName
{
background-color: #0C8656;
}
</style>
border-color css
<style>
span { border-color: #0C8656; }
span { border-color: rgb(12,134,86); }
td.TdClassName
{
border-color: #0C8656;
}
.TagClassName
{
border-color: #0C8656;
}
</style>