Shades of Salem #0C864A
Tints of Salem #0C864A
RGB
CMYK
RGB Variations
Color information
#0C864A (or 0x0C864A) is known color: Salem. HEX triplet: 0C, 86 and 4A. RGB value is (12,134,74). Sum of RGB (Red+Green+Blue) = 12+134+74=220 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.45% from 220); Green value is 134 (52.73% from 255 or 60.91% from 220); Blue value is 74 (29.30% from 255 or 33.64% from 220); Max value from RGB is 134 - color contains mainly: green. Hex color #0C864A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C864A is #F379B5. Grayscale: #5A5A5A. Windows color (decimal): -15956406 or 4883980. OLE color: 4883980.
HSL color Cylindrical-coordinate representation of color #0C864A: hue angle of 150.49º 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 #0C864A is Cyan = 0.91, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 12 | 134 | 74 | - |
| CMYK | 0.91 | 0 | 0.45 | 0.47 |
| HSL | 150.49º | 0.84% | 0.29% | - |
| HSV(B) | 150.49º | 0.91% | 0.53% | - |
| XYZ | 9.91 | 17.62 | 9.36 | - |
| YUV | 90.68 | 118.58 | 71.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 134 | 74 | 0.91 | 0 | 0.45 | 0.47 | 150.49 | 0.84 | 0.29 |
| Hex | C | 86 | 4A | 5B | 0 | 2D | 2F | 96 | 54 | 1D |
| Octal | 14 | 206 | 112 | 133 | 0 | 55 | 57 | 226 | 124 | 35 |
| Binary | 1100 | 10000110 | 1001010 | 1011011 | 0 | 101101 | 101111 | 10010110 | 1010100 | 11101 |
Color Harmonies of #0C864A
Complementary color
Monochromatic Colors of #0C864A
Black with #0C864A
Text Example
Text Example
White with #0C864A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C864A; }
p { color: rgb(12,134,74); }
H1.HeaderClassName
{
color: #0C864A;
}
.AnyTagClassName
{
color: #0C864A;
}
</style>
background-color css
<style>
a { background-color: #0C864A; }
a { background-color: rgb(12,134,74); }
div.DivClassName
{
background-color: #0C864A;
}
.BgClassName
{
background-color: #0C864A;
}
</style>
border-color css
<style>
span { border-color: #0C864A; }
span { border-color: rgb(12,134,74); }
td.TdClassName
{
border-color: #0C864A;
}
.TagClassName
{
border-color: #0C864A;
}
</style>