Shades of Salem #0B893B
Tints of Salem #0B893B
RGB
CMYK
RGB Variations
Color information
#0B893B (or 0x0B893B) is known color: Salem. HEX triplet: 0B, 89 and 3B. RGB value is (11,137,59). Sum of RGB (Red+Green+Blue) = 11+137+59=207 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.31% from 207); Green value is 137 (53.91% from 255 or 66.18% from 207); Blue value is 59 (23.44% from 255 or 28.50% from 207); Max value from RGB is 137 - color contains mainly: green. Hex color #0B893B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B893B is #F476C4. Grayscale: #5A5A5A. Windows color (decimal): -16021189 or 3901707. OLE color: 3901707.
HSL color Cylindrical-coordinate representation of color #0B893B: hue angle of 142.86º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B893B is Cyan = 0.92, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 11 | 137 | 59 | - |
| CMYK | 0.92 | 0 | 0.57 | 0.46 |
| HSL | 142.86º | 0.85% | 0.29% | - |
| HSV(B) | 142.86º | 0.92% | 0.54% | - |
| XYZ | 9.87 | 18.28 | 7.15 | - |
| YUV | 90.43 | 110.26 | 71.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 137 | 59 | 0.92 | 0 | 0.57 | 0.46 | 142.86 | 0.85 | 0.29 |
| Hex | B | 89 | 3B | 5C | 0 | 39 | 2E | 8F | 55 | 1D |
| Octal | 13 | 211 | 73 | 134 | 0 | 71 | 56 | 217 | 125 | 35 |
| Binary | 1011 | 10001001 | 111011 | 1011100 | 0 | 111001 | 101110 | 10001111 | 1010101 | 11101 |
Color Harmonies of #0B893B
Complementary color
Monochromatic Colors of #0B893B
Black with #0B893B
Text Example
Text Example
White with #0B893B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B893B; }
p { color: rgb(11,137,59); }
H1.HeaderClassName
{
color: #0B893B;
}
.AnyTagClassName
{
color: #0B893B;
}
</style>
background-color css
<style>
a { background-color: #0B893B; }
a { background-color: rgb(11,137,59); }
div.DivClassName
{
background-color: #0B893B;
}
.BgClassName
{
background-color: #0B893B;
}
</style>
border-color css
<style>
span { border-color: #0B893B; }
span { border-color: rgb(11,137,59); }
td.TdClassName
{
border-color: #0B893B;
}
.TagClassName
{
border-color: #0B893B;
}
</style>