Shades of Salem #0B8A4F
Tints of Salem #0B8A4F
RGB
CMYK
RGB Variations
Color information
#0B8A4F (or 0x0B8A4F) is known color: Salem. HEX triplet: 0B, 8A and 4F. RGB value is (11,138,79). Sum of RGB (Red+Green+Blue) = 11+138+79=228 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.82% from 228); Green value is 138 (54.30% from 255 or 60.53% from 228); Blue value is 79 (31.25% from 255 or 34.65% from 228); Max value from RGB is 138 - color contains mainly: green. Hex color #0B8A4F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B8A4F is #F475B0. Grayscale: #5D5D5D. Windows color (decimal): -16020913 or 5212683. OLE color: 5212683.
HSL color Cylindrical-coordinate representation of color #0B8A4F: hue angle of 152.13º 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 #0B8A4F is Cyan = 0.92, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 11 | 138 | 79 | - |
| CMYK | 0.92 | 0 | 0.43 | 0.46 |
| HSL | 152.13º | 0.85% | 0.29% | - |
| HSV(B) | 152.13º | 0.92% | 0.54% | - |
| XYZ | 10.64 | 18.81 | 10.47 | - |
| YUV | 93.3 | 119.92 | 69.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 138 | 79 | 0.92 | 0 | 0.43 | 0.46 | 152.13 | 0.85 | 0.29 |
| Hex | B | 8A | 4F | 5C | 0 | 2B | 2E | 98 | 55 | 1D |
| Octal | 13 | 212 | 117 | 134 | 0 | 53 | 56 | 230 | 125 | 35 |
| Binary | 1011 | 10001010 | 1001111 | 1011100 | 0 | 101011 | 101110 | 10011000 | 1010101 | 11101 |
Color Harmonies of #0B8A4F
Complementary color
Monochromatic Colors of #0B8A4F
Black with #0B8A4F
Text Example
Text Example
White with #0B8A4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B8A4F; }
p { color: rgb(11,138,79); }
H1.HeaderClassName
{
color: #0B8A4F;
}
.AnyTagClassName
{
color: #0B8A4F;
}
</style>
background-color css
<style>
a { background-color: #0B8A4F; }
a { background-color: rgb(11,138,79); }
div.DivClassName
{
background-color: #0B8A4F;
}
.BgClassName
{
background-color: #0B8A4F;
}
</style>
border-color css
<style>
span { border-color: #0B8A4F; }
span { border-color: rgb(11,138,79); }
td.TdClassName
{
border-color: #0B8A4F;
}
.TagClassName
{
border-color: #0B8A4F;
}
</style>