Shades of Salem #0F7E4D
Tints of Salem #0F7E4D
RGB
CMYK
RGB Variations
Color information
#0F7E4D (or 0x0F7E4D) is known color: Salem. HEX triplet: 0F, 7E and 4D. RGB value is (15,126,77). Sum of RGB (Red+Green+Blue) = 15+126+77=218 (28% of max value = 765). Red value is 15 (6.25% from 255 or 6.88% from 218); Green value is 126 (49.61% from 255 or 57.80% from 218); Blue value is 77 (30.47% from 255 or 35.32% from 218); Max value from RGB is 126 - color contains mainly: green. Hex color #0F7E4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F7E4D is #F081B2. Grayscale: #575757. Windows color (decimal): -15761843 or 5078543. OLE color: 5078543.
HSL color Cylindrical-coordinate representation of color #0F7E4D: hue angle of 153.51º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F7E4D is Cyan = 0.88, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 15 | 126 | 77 | - |
| CMYK | 0.88 | 0 | 0.39 | 0.51 |
| HSL | 153.51º | 0.79% | 0.28% | - |
| HSV(B) | 153.51º | 0.88% | 0.49% | - |
| XYZ | 9 | 15.56 | 9.55 | - |
| YUV | 87.23 | 122.23 | 76.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 126 | 77 | 0.88 | 0 | 0.39 | 0.51 | 153.51 | 0.79 | 0.28 |
| Hex | F | 7E | 4D | 58 | 0 | 27 | 33 | 9A | 4F | 1C |
| Octal | 17 | 176 | 115 | 130 | 0 | 47 | 63 | 232 | 117 | 34 |
| Binary | 1111 | 1111110 | 1001101 | 1011000 | 0 | 100111 | 110011 | 10011010 | 1001111 | 11100 |
Color Harmonies of #0F7E4D
Complementary color
Monochromatic Colors of #0F7E4D
Black with #0F7E4D
Text Example
Text Example
White with #0F7E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F7E4D; }
p { color: rgb(15,126,77); }
H1.HeaderClassName
{
color: #0F7E4D;
}
.AnyTagClassName
{
color: #0F7E4D;
}
</style>
background-color css
<style>
a { background-color: #0F7E4D; }
a { background-color: rgb(15,126,77); }
div.DivClassName
{
background-color: #0F7E4D;
}
.BgClassName
{
background-color: #0F7E4D;
}
</style>
border-color css
<style>
span { border-color: #0F7E4D; }
span { border-color: rgb(15,126,77); }
td.TdClassName
{
border-color: #0F7E4D;
}
.TagClassName
{
border-color: #0F7E4D;
}
</style>