Shades of Salem #0B863F
Tints of Salem #0B863F
RGB
CMYK
RGB Variations
Color information
#0B863F (or 0x0B863F) is known color: Salem. HEX triplet: 0B, 86 and 3F. RGB value is (11,134,63). Sum of RGB (Red+Green+Blue) = 11+134+63=208 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.29% from 208); Green value is 134 (52.73% from 255 or 64.42% from 208); Blue value is 63 (25% from 255 or 30.29% from 208); Max value from RGB is 134 - color contains mainly: green. Hex color #0B863F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B863F is #F479C0. Grayscale: #595959. Windows color (decimal): -16021953 or 4163083. OLE color: 4163083.
HSL color Cylindrical-coordinate representation of color #0B863F: hue angle of 145.37º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B863F is Cyan = 0.92, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 11 | 134 | 63 | - |
| CMYK | 0.92 | 0 | 0.53 | 0.47 |
| HSL | 145.37º | 0.85% | 0.28% | - |
| HSV(B) | 145.37º | 0.92% | 0.53% | - |
| XYZ | 9.56 | 17.48 | 7.57 | - |
| YUV | 89.13 | 113.25 | 72.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 134 | 63 | 0.92 | 0 | 0.53 | 0.47 | 145.37 | 0.85 | 0.28 |
| Hex | B | 86 | 3F | 5C | 0 | 35 | 2F | 91 | 55 | 1C |
| Octal | 13 | 206 | 77 | 134 | 0 | 65 | 57 | 221 | 125 | 34 |
| Binary | 1011 | 10000110 | 111111 | 1011100 | 0 | 110101 | 101111 | 10010001 | 1010101 | 11100 |
Color Harmonies of #0B863F
Complementary color
Monochromatic Colors of #0B863F
Black with #0B863F
Text Example
Text Example
White with #0B863F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B863F; }
p { color: rgb(11,134,63); }
H1.HeaderClassName
{
color: #0B863F;
}
.AnyTagClassName
{
color: #0B863F;
}
</style>
background-color css
<style>
a { background-color: #0B863F; }
a { background-color: rgb(11,134,63); }
div.DivClassName
{
background-color: #0B863F;
}
.BgClassName
{
background-color: #0B863F;
}
</style>
border-color css
<style>
span { border-color: #0B863F; }
span { border-color: rgb(11,134,63); }
td.TdClassName
{
border-color: #0B863F;
}
.TagClassName
{
border-color: #0B863F;
}
</style>