Shades of Salem #0B874C
Tints of Salem #0B874C
RGB
CMYK
RGB Variations
Color information
#0B874C (or 0x0B874C) is known color: Salem. HEX triplet: 0B, 87 and 4C. RGB value is (11,135,76). Sum of RGB (Red+Green+Blue) = 11+135+76=222 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.95% from 222); Green value is 135 (53.12% from 255 or 60.81% from 222); Blue value is 76 (30.08% from 255 or 34.23% from 222); Max value from RGB is 135 - color contains mainly: green. Hex color #0B874C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B874C is #F478B3. Grayscale: #5B5B5B. Windows color (decimal): -16021684 or 5015307. OLE color: 5015307.
HSL color Cylindrical-coordinate representation of color #0B874C: hue angle of 151.45º 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 #0B874C is Cyan = 0.92, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 11 | 135 | 76 | - |
| CMYK | 0.92 | 0 | 0.44 | 0.47 |
| HSL | 151.45º | 0.85% | 0.29% | - |
| HSV(B) | 151.45º | 0.92% | 0.53% | - |
| XYZ | 10.11 | 17.92 | 9.76 | - |
| YUV | 91.2 | 119.42 | 70.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 135 | 76 | 0.92 | 0 | 0.44 | 0.47 | 151.45 | 0.85 | 0.29 |
| Hex | B | 87 | 4C | 5C | 0 | 2C | 2F | 97 | 55 | 1D |
| Octal | 13 | 207 | 114 | 134 | 0 | 54 | 57 | 227 | 125 | 35 |
| Binary | 1011 | 10000111 | 1001100 | 1011100 | 0 | 101100 | 101111 | 10010111 | 1010101 | 11101 |
Color Harmonies of #0B874C
Complementary color
Monochromatic Colors of #0B874C
Black with #0B874C
Text Example
Text Example
White with #0B874C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B874C; }
p { color: rgb(11,135,76); }
H1.HeaderClassName
{
color: #0B874C;
}
.AnyTagClassName
{
color: #0B874C;
}
</style>
background-color css
<style>
a { background-color: #0B874C; }
a { background-color: rgb(11,135,76); }
div.DivClassName
{
background-color: #0B874C;
}
.BgClassName
{
background-color: #0B874C;
}
</style>
border-color css
<style>
span { border-color: #0B874C; }
span { border-color: rgb(11,135,76); }
td.TdClassName
{
border-color: #0B874C;
}
.TagClassName
{
border-color: #0B874C;
}
</style>