Shades of Salem #0F7C50
Tints of Salem #0F7C50
RGB
CMYK
RGB Variations
Color information
#0F7C50 (or 0x0F7C50) is known color: Salem. HEX triplet: 0F, 7C and 50. RGB value is (15,124,80). Sum of RGB (Red+Green+Blue) = 15+124+80=219 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.85% from 219); Green value is 124 (48.83% from 255 or 56.62% from 219); Blue value is 80 (31.64% from 255 or 36.53% from 219); Max value from RGB is 124 - color contains mainly: green. Hex color #0F7C50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F7C50 is #F083AF. Grayscale: #565656. Windows color (decimal): -15762352 or 5274639. OLE color: 5274639.
HSL color Cylindrical-coordinate representation of color #0F7C50: hue angle of 155.78º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F7C50 is Cyan = 0.88, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 15 | 124 | 80 | - |
| CMYK | 0.88 | 0 | 0.35 | 0.51 |
| HSL | 155.78º | 0.78% | 0.27% | - |
| HSV(B) | 155.78º | 0.88% | 0.49% | - |
| XYZ | 8.85 | 15.1 | 10.04 | - |
| YUV | 86.39 | 124.39 | 77.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 124 | 80 | 0.88 | 0 | 0.35 | 0.51 | 155.78 | 0.78 | 0.27 |
| Hex | F | 7C | 50 | 58 | 0 | 23 | 33 | 9C | 4E | 1B |
| Octal | 17 | 174 | 120 | 130 | 0 | 43 | 63 | 234 | 116 | 33 |
| Binary | 1111 | 1111100 | 1010000 | 1011000 | 0 | 100011 | 110011 | 10011100 | 1001110 | 11011 |
Color Harmonies of #0F7C50
Complementary color
Monochromatic Colors of #0F7C50
Black with #0F7C50
Text Example
Text Example
White with #0F7C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F7C50; }
p { color: rgb(15,124,80); }
H1.HeaderClassName
{
color: #0F7C50;
}
.AnyTagClassName
{
color: #0F7C50;
}
</style>
background-color css
<style>
a { background-color: #0F7C50; }
a { background-color: rgb(15,124,80); }
div.DivClassName
{
background-color: #0F7C50;
}
.BgClassName
{
background-color: #0F7C50;
}
</style>
border-color css
<style>
span { border-color: #0F7C50; }
span { border-color: rgb(15,124,80); }
td.TdClassName
{
border-color: #0F7C50;
}
.TagClassName
{
border-color: #0F7C50;
}
</style>