Shades of Salem #0F7B4D
Tints of Salem #0F7B4D
RGB
CMYK
RGB Variations
Color information
#0F7B4D (or 0x0F7B4D) is known color: Salem. HEX triplet: 0F, 7B and 4D. RGB value is (15,123,77). Sum of RGB (Red+Green+Blue) = 15+123+77=215 (28% of max value = 765). Red value is 15 (6.25% from 255 or 6.98% from 215); Green value is 123 (48.44% from 255 or 57.21% from 215); Blue value is 77 (30.47% from 255 or 35.81% from 215); Max value from RGB is 123 - color contains mainly: green. Hex color #0F7B4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F7B4D is #F084B2. Grayscale: #555555. Windows color (decimal): -15762611 or 5077775. OLE color: 5077775.
HSL color Cylindrical-coordinate representation of color #0F7B4D: hue angle of 154.44º 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 #0F7B4D is Cyan = 0.88, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 15 | 123 | 77 | - |
| CMYK | 0.88 | 0 | 0.37 | 0.52 |
| HSL | 154.44º | 0.78% | 0.27% | - |
| HSV(B) | 154.44º | 0.88% | 0.48% | - |
| XYZ | 8.62 | 14.8 | 9.42 | - |
| YUV | 85.46 | 123.22 | 77.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 123 | 77 | 0.88 | 0 | 0.37 | 0.52 | 154.44 | 0.78 | 0.27 |
| Hex | F | 7B | 4D | 58 | 0 | 25 | 34 | 9A | 4E | 1B |
| Octal | 17 | 173 | 115 | 130 | 0 | 45 | 64 | 232 | 116 | 33 |
| Binary | 1111 | 1111011 | 1001101 | 1011000 | 0 | 100101 | 110100 | 10011010 | 1001110 | 11011 |
Color Harmonies of #0F7B4D
Complementary color
Monochromatic Colors of #0F7B4D
Black with #0F7B4D
Text Example
Text Example
White with #0F7B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F7B4D; }
p { color: rgb(15,123,77); }
H1.HeaderClassName
{
color: #0F7B4D;
}
.AnyTagClassName
{
color: #0F7B4D;
}
</style>
background-color css
<style>
a { background-color: #0F7B4D; }
a { background-color: rgb(15,123,77); }
div.DivClassName
{
background-color: #0F7B4D;
}
.BgClassName
{
background-color: #0F7B4D;
}
</style>
border-color css
<style>
span { border-color: #0F7B4D; }
span { border-color: rgb(15,123,77); }
td.TdClassName
{
border-color: #0F7B4D;
}
.TagClassName
{
border-color: #0F7B4D;
}
</style>