Shades of Salem #0C863D
Tints of Salem #0C863D
RGB
CMYK
RGB Variations
Color information
#0C863D (or 0x0C863D) is known color: Salem. HEX triplet: 0C, 86 and 3D. RGB value is (12,134,61). Sum of RGB (Red+Green+Blue) = 12+134+61=207 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.80% from 207); Green value is 134 (52.73% from 255 or 64.73% from 207); Blue value is 61 (24.22% from 255 or 29.47% from 207); Max value from RGB is 134 - color contains mainly: green. Hex color #0C863D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C863D is #F379C2. Grayscale: #595959. Windows color (decimal): -15956419 or 4032012. OLE color: 4032012.
HSL color Cylindrical-coordinate representation of color #0C863D: hue angle of 144.1º 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 #0C863D is Cyan = 0.91, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 12 | 134 | 61 | - |
| CMYK | 0.91 | 0 | 0.54 | 0.47 |
| HSL | 144.1º | 0.84% | 0.29% | - |
| HSV(B) | 144.1º | 0.91% | 0.53% | - |
| XYZ | 9.52 | 17.47 | 7.28 | - |
| YUV | 89.2 | 112.08 | 72.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 134 | 61 | 0.91 | 0 | 0.54 | 0.47 | 144.1 | 0.84 | 0.29 |
| Hex | C | 86 | 3D | 5B | 0 | 36 | 2F | 90 | 54 | 1D |
| Octal | 14 | 206 | 75 | 133 | 0 | 66 | 57 | 220 | 124 | 35 |
| Binary | 1100 | 10000110 | 111101 | 1011011 | 0 | 110110 | 101111 | 10010000 | 1010100 | 11101 |
Color Harmonies of #0C863D
Complementary color
Monochromatic Colors of #0C863D
Black with #0C863D
Text Example
Text Example
White with #0C863D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C863D; }
p { color: rgb(12,134,61); }
H1.HeaderClassName
{
color: #0C863D;
}
.AnyTagClassName
{
color: #0C863D;
}
</style>
background-color css
<style>
a { background-color: #0C863D; }
a { background-color: rgb(12,134,61); }
div.DivClassName
{
background-color: #0C863D;
}
.BgClassName
{
background-color: #0C863D;
}
</style>
border-color css
<style>
span { border-color: #0C863D; }
span { border-color: rgb(12,134,61); }
td.TdClassName
{
border-color: #0C863D;
}
.TagClassName
{
border-color: #0C863D;
}
</style>