Shades of Salem #0B8F4D
Tints of Salem #0B8F4D
RGB
CMYK
RGB Variations
Color information
#0B8F4D (or 0x0B8F4D) is known color: Salem. HEX triplet: 0B, 8F and 4D. RGB value is (11,143,77). Sum of RGB (Red+Green+Blue) = 11+143+77=231 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.76% from 231); Green value is 143 (56.25% from 255 or 61.90% from 231); Blue value is 77 (30.47% from 255 or 33.33% from 231); Max value from RGB is 143 - color contains mainly: green. Hex color #0B8F4D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B8F4D is #F470B2. Grayscale: #606060. Windows color (decimal): -16019635 or 5082891. OLE color: 5082891.
HSL color Cylindrical-coordinate representation of color #0B8F4D: hue angle of 150º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B8F4D is Cyan = 0.92, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 11 | 143 | 77 | - |
| CMYK | 0.92 | 0 | 0.46 | 0.44 |
| HSL | 150º | 0.86% | 0.3% | - |
| HSV(B) | 150º | 0.92% | 0.56% | - |
| XYZ | 11.3 | 20.25 | 10.33 | - |
| YUV | 96.01 | 117.27 | 67.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 143 | 77 | 0.92 | 0 | 0.46 | 0.44 | 150 | 0.86 | 0.3 |
| Hex | B | 8F | 4D | 5C | 0 | 2E | 2C | 96 | 56 | 1E |
| Octal | 13 | 217 | 115 | 134 | 0 | 56 | 54 | 226 | 126 | 36 |
| Binary | 1011 | 10001111 | 1001101 | 1011100 | 0 | 101110 | 101100 | 10010110 | 1010110 | 11110 |
Color Harmonies of #0B8F4D
Complementary color
Monochromatic Colors of #0B8F4D
Black with #0B8F4D
Text Example
Text Example
White with #0B8F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B8F4D; }
p { color: rgb(11,143,77); }
H1.HeaderClassName
{
color: #0B8F4D;
}
.AnyTagClassName
{
color: #0B8F4D;
}
</style>
background-color css
<style>
a { background-color: #0B8F4D; }
a { background-color: rgb(11,143,77); }
div.DivClassName
{
background-color: #0B8F4D;
}
.BgClassName
{
background-color: #0B8F4D;
}
</style>
border-color css
<style>
span { border-color: #0B8F4D; }
span { border-color: rgb(11,143,77); }
td.TdClassName
{
border-color: #0B8F4D;
}
.TagClassName
{
border-color: #0B8F4D;
}
</style>