Shades of Salem #0B8753
Tints of Salem #0B8753
RGB
CMYK
RGB Variations
Color information
#0B8753 (or 0x0B8753) is known color: Salem. HEX triplet: 0B, 87 and 53. RGB value is (11,135,83). Sum of RGB (Red+Green+Blue) = 11+135+83=229 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.80% from 229); Green value is 135 (53.12% from 255 or 58.95% from 229); Blue value is 83 (32.81% from 255 or 36.24% from 229); Max value from RGB is 135 - color contains mainly: green. Hex color #0B8753 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B8753 is #F478AC. Grayscale: #5C5C5C. Windows color (decimal): -16021677 or 5474059. OLE color: 5474059.
HSL color Cylindrical-coordinate representation of color #0B8753: hue angle of 154.84º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B8753 is Cyan = 0.92, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 11 | 135 | 83 | - |
| CMYK | 0.92 | 0 | 0.39 | 0.47 |
| HSL | 154.84º | 0.85% | 0.29% | - |
| HSV(B) | 154.84º | 0.92% | 0.53% | - |
| XYZ | 10.36 | 18.02 | 11.12 | - |
| YUV | 92 | 122.92 | 70.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 135 | 83 | 0.92 | 0 | 0.39 | 0.47 | 154.84 | 0.85 | 0.29 |
| Hex | B | 87 | 53 | 5C | 0 | 27 | 2F | 9B | 55 | 1D |
| Octal | 13 | 207 | 123 | 134 | 0 | 47 | 57 | 233 | 125 | 35 |
| Binary | 1011 | 10000111 | 1010011 | 1011100 | 0 | 100111 | 101111 | 10011011 | 1010101 | 11101 |
Color Harmonies of #0B8753
Complementary color
Monochromatic Colors of #0B8753
Black with #0B8753
Text Example
Text Example
White with #0B8753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B8753; }
p { color: rgb(11,135,83); }
H1.HeaderClassName
{
color: #0B8753;
}
.AnyTagClassName
{
color: #0B8753;
}
</style>
background-color css
<style>
a { background-color: #0B8753; }
a { background-color: rgb(11,135,83); }
div.DivClassName
{
background-color: #0B8753;
}
.BgClassName
{
background-color: #0B8753;
}
</style>
border-color css
<style>
span { border-color: #0B8753; }
span { border-color: rgb(11,135,83); }
td.TdClassName
{
border-color: #0B8753;
}
.TagClassName
{
border-color: #0B8753;
}
</style>