Shades of Salem #0F7350
Tints of Salem #0F7350
RGB
CMYK
RGB Variations
Color information
#0F7350 (or 0x0F7350) is known color: Salem. HEX triplet: 0F, 73 and 50. RGB value is (15,115,80). Sum of RGB (Red+Green+Blue) = 15+115+80=210 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.14% from 210); Green value is 115 (45.31% from 255 or 54.76% from 210); Blue value is 80 (31.64% from 255 or 38.10% from 210); Max value from RGB is 115 - color contains mainly: green. Hex color #0F7350 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F7350 is #F08CAF. Grayscale: #515151. Windows color (decimal): -15764656 or 5272335. OLE color: 5272335.
HSL color Cylindrical-coordinate representation of color #0F7350: hue angle of 159º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F7350 is Cyan = 0.87, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 15 | 115 | 80 | - |
| CMYK | 0.87 | 0 | 0.30 | 0.55 |
| HSL | 159º | 0.77% | 0.25% | - |
| HSV(B) | 159º | 0.87% | 0.45% | - |
| XYZ | 7.78 | 12.94 | 9.68 | - |
| YUV | 81.11 | 127.37 | 80.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 115 | 80 | 0.87 | 0 | 0.30 | 0.55 | 159 | 0.77 | 0.25 |
| Hex | F | 73 | 50 | 57 | 0 | 1E | 37 | 9F | 4D | 19 |
| Octal | 17 | 163 | 120 | 127 | 0 | 36 | 67 | 237 | 115 | 31 |
| Binary | 1111 | 1110011 | 1010000 | 1010111 | 0 | 11110 | 110111 | 10011111 | 1001101 | 11001 |
Color Harmonies of #0F7350
Complementary color
Monochromatic Colors of #0F7350
Black with #0F7350
Text Example
Text Example
White with #0F7350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F7350; }
p { color: rgb(15,115,80); }
H1.HeaderClassName
{
color: #0F7350;
}
.AnyTagClassName
{
color: #0F7350;
}
</style>
background-color css
<style>
a { background-color: #0F7350; }
a { background-color: rgb(15,115,80); }
div.DivClassName
{
background-color: #0F7350;
}
.BgClassName
{
background-color: #0F7350;
}
</style>
border-color css
<style>
span { border-color: #0F7350; }
span { border-color: rgb(15,115,80); }
td.TdClassName
{
border-color: #0F7350;
}
.TagClassName
{
border-color: #0F7350;
}
</style>