Shades of Salem #0F7756
Tints of Salem #0F7756
RGB
CMYK
RGB Variations
Color information
#0F7756 (or 0x0F7756) is known color: Salem. HEX triplet: 0F, 77 and 56. RGB value is (15,119,86). Sum of RGB (Red+Green+Blue) = 15+119+86=220 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.82% from 220); Green value is 119 (46.88% from 255 or 54.09% from 220); Blue value is 86 (33.98% from 255 or 39.09% from 220); Max value from RGB is 119 - color contains mainly: green. Hex color #0F7756 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F7756 is #F088A9. Grayscale: #545454. Windows color (decimal): -15763626 or 5666575. OLE color: 5666575.
HSL color Cylindrical-coordinate representation of color #0F7756: hue angle of 160.96º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F7756 is Cyan = 0.87, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 15 | 119 | 86 | - |
| CMYK | 0.87 | 0 | 0.28 | 0.53 |
| HSL | 160.96º | 0.78% | 0.26% | - |
| HSV(B) | 160.96º | 0.87% | 0.47% | - |
| XYZ | 8.47 | 13.97 | 11.05 | - |
| YUV | 84.14 | 129.04 | 78.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 119 | 86 | 0.87 | 0 | 0.28 | 0.53 | 160.96 | 0.78 | 0.26 |
| Hex | F | 77 | 56 | 57 | 0 | 1C | 35 | A1 | 4E | 1A |
| Octal | 17 | 167 | 126 | 127 | 0 | 34 | 65 | 241 | 116 | 32 |
| Binary | 1111 | 1110111 | 1010110 | 1010111 | 0 | 11100 | 110101 | 10100001 | 1001110 | 11010 |
Color Harmonies of #0F7756
Complementary color
Monochromatic Colors of #0F7756
Black with #0F7756
Text Example
Text Example
White with #0F7756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F7756; }
p { color: rgb(15,119,86); }
H1.HeaderClassName
{
color: #0F7756;
}
.AnyTagClassName
{
color: #0F7756;
}
</style>
background-color css
<style>
a { background-color: #0F7756; }
a { background-color: rgb(15,119,86); }
div.DivClassName
{
background-color: #0F7756;
}
.BgClassName
{
background-color: #0F7756;
}
</style>
border-color css
<style>
span { border-color: #0F7756; }
span { border-color: rgb(15,119,86); }
td.TdClassName
{
border-color: #0F7756;
}
.TagClassName
{
border-color: #0F7756;
}
</style>