Shades of Salem #0F894D
Tints of Salem #0F894D
RGB
CMYK
RGB Variations
Color information
#0F894D (or 0x0F894D) is known color: Salem. HEX triplet: 0F, 89 and 4D. RGB value is (15,137,77). Sum of RGB (Red+Green+Blue) = 15+137+77=229 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.55% from 229); Green value is 137 (53.91% from 255 or 59.83% from 229); Blue value is 77 (30.47% from 255 or 33.62% from 229); Max value from RGB is 137 - color contains mainly: green. Hex color #0F894D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F894D is #F076B2. Grayscale: #5D5D5D. Windows color (decimal): -15759027 or 5081359. OLE color: 5081359.
HSL color Cylindrical-coordinate representation of color #0F894D: hue angle of 150.49º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F894D is Cyan = 0.89, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 15 | 137 | 77 | - |
| CMYK | 0.89 | 0 | 0.44 | 0.46 |
| HSL | 150.49º | 0.8% | 0.3% | - |
| HSV(B) | 150.49º | 0.89% | 0.54% | - |
| XYZ | 10.48 | 18.53 | 10.05 | - |
| YUV | 93.68 | 118.58 | 71.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 137 | 77 | 0.89 | 0 | 0.44 | 0.46 | 150.49 | 0.8 | 0.3 |
| Hex | F | 89 | 4D | 59 | 0 | 2C | 2E | 96 | 50 | 1E |
| Octal | 17 | 211 | 115 | 131 | 0 | 54 | 56 | 226 | 120 | 36 |
| Binary | 1111 | 10001001 | 1001101 | 1011001 | 0 | 101100 | 101110 | 10010110 | 1010000 | 11110 |
Color Harmonies of #0F894D
Complementary color
Monochromatic Colors of #0F894D
Black with #0F894D
Text Example
Text Example
White with #0F894D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F894D; }
p { color: rgb(15,137,77); }
H1.HeaderClassName
{
color: #0F894D;
}
.AnyTagClassName
{
color: #0F894D;
}
</style>
background-color css
<style>
a { background-color: #0F894D; }
a { background-color: rgb(15,137,77); }
div.DivClassName
{
background-color: #0F894D;
}
.BgClassName
{
background-color: #0F894D;
}
</style>
border-color css
<style>
span { border-color: #0F894D; }
span { border-color: rgb(15,137,77); }
td.TdClassName
{
border-color: #0F894D;
}
.TagClassName
{
border-color: #0F894D;
}
</style>