Shades of Salem #0F863D
Tints of Salem #0F863D
RGB
CMYK
RGB Variations
Color information
#0F863D (or 0x0F863D) is known color: Salem. HEX triplet: 0F, 86 and 3D. RGB value is (15,134,61). Sum of RGB (Red+Green+Blue) = 15+134+61=210 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.14% from 210); Green value is 134 (52.73% from 255 or 63.81% from 210); Blue value is 61 (24.22% from 255 or 29.05% from 210); Max value from RGB is 134 - color contains mainly: green. Hex color #0F863D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F863D is #F079C2. Grayscale: #5A5A5A. Windows color (decimal): -15759811 or 4032015. OLE color: 4032015.
HSL color Cylindrical-coordinate representation of color #0F863D: hue angle of 143.19º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F863D is Cyan = 0.89, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 15 | 134 | 61 | - |
| CMYK | 0.89 | 0 | 0.54 | 0.47 |
| HSL | 143.19º | 0.8% | 0.29% | - |
| HSV(B) | 143.19º | 0.89% | 0.53% | - |
| XYZ | 9.56 | 17.49 | 7.29 | - |
| YUV | 90.1 | 111.58 | 74.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 134 | 61 | 0.89 | 0 | 0.54 | 0.47 | 143.19 | 0.8 | 0.29 |
| Hex | F | 86 | 3D | 59 | 0 | 36 | 2F | 8F | 50 | 1D |
| Octal | 17 | 206 | 75 | 131 | 0 | 66 | 57 | 217 | 120 | 35 |
| Binary | 1111 | 10000110 | 111101 | 1011001 | 0 | 110110 | 101111 | 10001111 | 1010000 | 11101 |
Color Harmonies of #0F863D
Complementary color
Monochromatic Colors of #0F863D
Black with #0F863D
Text Example
Text Example
White with #0F863D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F863D; }
p { color: rgb(15,134,61); }
H1.HeaderClassName
{
color: #0F863D;
}
.AnyTagClassName
{
color: #0F863D;
}
</style>
background-color css
<style>
a { background-color: #0F863D; }
a { background-color: rgb(15,134,61); }
div.DivClassName
{
background-color: #0F863D;
}
.BgClassName
{
background-color: #0F863D;
}
</style>
border-color css
<style>
span { border-color: #0F863D; }
span { border-color: rgb(15,134,61); }
td.TdClassName
{
border-color: #0F863D;
}
.TagClassName
{
border-color: #0F863D;
}
</style>