Shades of Salem #0B8656
Tints of Salem #0B8656
RGB
CMYK
RGB Variations
Color information
#0B8656 (or 0x0B8656) is known color: Salem. HEX triplet: 0B, 86 and 56. RGB value is (11,134,86). Sum of RGB (Red+Green+Blue) = 11+134+86=231 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.76% from 231); Green value is 134 (52.73% from 255 or 58.01% from 231); Blue value is 86 (33.98% from 255 or 37.23% from 231); Max value from RGB is 134 - color contains mainly: green. Hex color #0B8656 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B8656 is #F479A9. Grayscale: #5B5B5B. Windows color (decimal): -16021930 or 5670411. OLE color: 5670411.
HSL color Cylindrical-coordinate representation of color #0B8656: hue angle of 156.59º 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 #0B8656 is Cyan = 0.92, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 11 | 134 | 86 | - |
| CMYK | 0.92 | 0 | 0.36 | 0.47 |
| HSL | 156.59º | 0.85% | 0.28% | - |
| HSV(B) | 156.59º | 0.92% | 0.53% | - |
| XYZ | 10.34 | 17.79 | 11.69 | - |
| YUV | 91.75 | 124.75 | 70.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 134 | 86 | 0.92 | 0 | 0.36 | 0.47 | 156.59 | 0.85 | 0.28 |
| Hex | B | 86 | 56 | 5C | 0 | 24 | 2F | 9D | 55 | 1C |
| Octal | 13 | 206 | 126 | 134 | 0 | 44 | 57 | 235 | 125 | 34 |
| Binary | 1011 | 10000110 | 1010110 | 1011100 | 0 | 100100 | 101111 | 10011101 | 1010101 | 11100 |
Color Harmonies of #0B8656
Complementary color
Monochromatic Colors of #0B8656
Black with #0B8656
Text Example
Text Example
White with #0B8656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B8656; }
p { color: rgb(11,134,86); }
H1.HeaderClassName
{
color: #0B8656;
}
.AnyTagClassName
{
color: #0B8656;
}
</style>
background-color css
<style>
a { background-color: #0B8656; }
a { background-color: rgb(11,134,86); }
div.DivClassName
{
background-color: #0B8656;
}
.BgClassName
{
background-color: #0B8656;
}
</style>
border-color css
<style>
span { border-color: #0B8656; }
span { border-color: rgb(11,134,86); }
td.TdClassName
{
border-color: #0B8656;
}
.TagClassName
{
border-color: #0B8656;
}
</style>