Shades of Salem #0B893D
Tints of Salem #0B893D
RGB
CMYK
RGB Variations
Color information
#0B893D (or 0x0B893D) is known color: Salem. HEX triplet: 0B, 89 and 3D. RGB value is (11,137,61). Sum of RGB (Red+Green+Blue) = 11+137+61=209 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.26% from 209); Green value is 137 (53.91% from 255 or 65.55% from 209); Blue value is 61 (24.22% from 255 or 29.19% from 209); Max value from RGB is 137 - color contains mainly: green. Hex color #0B893D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B893D is #F476C2. Grayscale: #5A5A5A. Windows color (decimal): -16021187 or 4032779. OLE color: 4032779.
HSL color Cylindrical-coordinate representation of color #0B893D: hue angle of 143.81º 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 #0B893D is Cyan = 0.92, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 11 | 137 | 61 | - |
| CMYK | 0.92 | 0 | 0.55 | 0.46 |
| HSL | 143.81º | 0.85% | 0.29% | - |
| HSV(B) | 143.81º | 0.92% | 0.54% | - |
| XYZ | 9.93 | 18.3 | 7.42 | - |
| YUV | 90.66 | 111.26 | 71.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 137 | 61 | 0.92 | 0 | 0.55 | 0.46 | 143.81 | 0.85 | 0.29 |
| Hex | B | 89 | 3D | 5C | 0 | 37 | 2E | 90 | 55 | 1D |
| Octal | 13 | 211 | 75 | 134 | 0 | 67 | 56 | 220 | 125 | 35 |
| Binary | 1011 | 10001001 | 111101 | 1011100 | 0 | 110111 | 101110 | 10010000 | 1010101 | 11101 |
Color Harmonies of #0B893D
Complementary color
Monochromatic Colors of #0B893D
Black with #0B893D
Text Example
Text Example
White with #0B893D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B893D; }
p { color: rgb(11,137,61); }
H1.HeaderClassName
{
color: #0B893D;
}
.AnyTagClassName
{
color: #0B893D;
}
</style>
background-color css
<style>
a { background-color: #0B893D; }
a { background-color: rgb(11,137,61); }
div.DivClassName
{
background-color: #0B893D;
}
.BgClassName
{
background-color: #0B893D;
}
</style>
border-color css
<style>
span { border-color: #0B893D; }
span { border-color: rgb(11,137,61); }
td.TdClassName
{
border-color: #0B893D;
}
.TagClassName
{
border-color: #0B893D;
}
</style>