Shades of Salem #0C8055
Tints of Salem #0C8055
RGB
CMYK
RGB Variations
Color information
#0C8055 (or 0x0C8055) is known color: Salem. HEX triplet: 0C, 80 and 55. RGB value is (12,128,85). Sum of RGB (Red+Green+Blue) = 12+128+85=225 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.33% from 225); Green value is 128 (50.39% from 255 or 56.89% from 225); Blue value is 85 (33.59% from 255 or 37.78% from 225); Max value from RGB is 128 - color contains mainly: green. Hex color #0C8055 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C8055 is #F37FAA. Grayscale: #585858. Windows color (decimal): -15957931 or 5603340. OLE color: 5603340.
HSL color Cylindrical-coordinate representation of color #0C8055: hue angle of 157.76º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C8055 is Cyan = 0.91, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 12 | 128 | 85 | - |
| CMYK | 0.91 | 0 | 0.34 | 0.50 |
| HSL | 157.76º | 0.83% | 0.27% | - |
| HSV(B) | 157.76º | 0.91% | 0.5% | - |
| XYZ | 9.51 | 16.17 | 11.21 | - |
| YUV | 88.41 | 126.07 | 73.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 128 | 85 | 0.91 | 0 | 0.34 | 0.50 | 157.76 | 0.83 | 0.27 |
| Hex | C | 80 | 55 | 5B | 0 | 22 | 32 | 9E | 53 | 1B |
| Octal | 14 | 200 | 125 | 133 | 0 | 42 | 62 | 236 | 123 | 33 |
| Binary | 1100 | 10000000 | 1010101 | 1011011 | 0 | 100010 | 110010 | 10011110 | 1010011 | 11011 |
Color Harmonies of #0C8055
Complementary color
Monochromatic Colors of #0C8055
Black with #0C8055
Text Example
Text Example
White with #0C8055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8055; }
p { color: rgb(12,128,85); }
H1.HeaderClassName
{
color: #0C8055;
}
.AnyTagClassName
{
color: #0C8055;
}
</style>
background-color css
<style>
a { background-color: #0C8055; }
a { background-color: rgb(12,128,85); }
div.DivClassName
{
background-color: #0C8055;
}
.BgClassName
{
background-color: #0C8055;
}
</style>
border-color css
<style>
span { border-color: #0C8055; }
span { border-color: rgb(12,128,85); }
td.TdClassName
{
border-color: #0C8055;
}
.TagClassName
{
border-color: #0C8055;
}
</style>