Shades of Salem #0F7B50
Tints of Salem #0F7B50
RGB
CMYK
RGB Variations
Color information
#0F7B50 (or 0x0F7B50) is known color: Salem. HEX triplet: 0F, 7B and 50. RGB value is (15,123,80). Sum of RGB (Red+Green+Blue) = 15+123+80=218 (28% of max value = 765). Red value is 15 (6.25% from 255 or 6.88% from 218); Green value is 123 (48.44% from 255 or 56.42% from 218); Blue value is 80 (31.64% from 255 or 36.70% from 218); Max value from RGB is 123 - color contains mainly: green. Hex color #0F7B50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F7B50 is #F084AF. Grayscale: #555555. Windows color (decimal): -15762608 or 5274383. OLE color: 5274383.
HSL color Cylindrical-coordinate representation of color #0F7B50: hue angle of 156.11º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F7B50 is Cyan = 0.88, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 15 | 123 | 80 | - |
| CMYK | 0.88 | 0 | 0.35 | 0.52 |
| HSL | 156.11º | 0.78% | 0.27% | - |
| HSV(B) | 156.11º | 0.88% | 0.48% | - |
| XYZ | 8.73 | 14.85 | 10 | - |
| YUV | 85.81 | 124.72 | 77.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 123 | 80 | 0.88 | 0 | 0.35 | 0.52 | 156.11 | 0.78 | 0.27 |
| Hex | F | 7B | 50 | 58 | 0 | 23 | 34 | 9C | 4E | 1B |
| Octal | 17 | 173 | 120 | 130 | 0 | 43 | 64 | 234 | 116 | 33 |
| Binary | 1111 | 1111011 | 1010000 | 1011000 | 0 | 100011 | 110100 | 10011100 | 1001110 | 11011 |
Color Harmonies of #0F7B50
Complementary color
Monochromatic Colors of #0F7B50
Black with #0F7B50
Text Example
Text Example
White with #0F7B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F7B50; }
p { color: rgb(15,123,80); }
H1.HeaderClassName
{
color: #0F7B50;
}
.AnyTagClassName
{
color: #0F7B50;
}
</style>
background-color css
<style>
a { background-color: #0F7B50; }
a { background-color: rgb(15,123,80); }
div.DivClassName
{
background-color: #0F7B50;
}
.BgClassName
{
background-color: #0F7B50;
}
</style>
border-color css
<style>
span { border-color: #0F7B50; }
span { border-color: rgb(15,123,80); }
td.TdClassName
{
border-color: #0F7B50;
}
.TagClassName
{
border-color: #0F7B50;
}
</style>