Shades of Salem #0F7753
Tints of Salem #0F7753
RGB
CMYK
RGB Variations
Color information
#0F7753 (or 0x0F7753) is known color: Salem. HEX triplet: 0F, 77 and 53. RGB value is (15,119,83). Sum of RGB (Red+Green+Blue) = 15+119+83=217 (28% of max value = 765). Red value is 15 (6.25% from 255 or 6.91% from 217); Green value is 119 (46.88% from 255 or 54.84% from 217); Blue value is 83 (32.81% from 255 or 38.25% from 217); Max value from RGB is 119 - color contains mainly: green. Hex color #0F7753 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F7753 is #F088AC. Grayscale: #535353. Windows color (decimal): -15763629 or 5469967. OLE color: 5469967.
HSL color Cylindrical-coordinate representation of color #0F7753: hue angle of 159.23º 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 #0F7753 is Cyan = 0.87, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 15 | 119 | 83 | - |
| CMYK | 0.87 | 0 | 0.30 | 0.53 |
| HSL | 159.23º | 0.78% | 0.26% | - |
| HSV(B) | 159.23º | 0.87% | 0.47% | - |
| XYZ | 8.36 | 13.92 | 10.43 | - |
| YUV | 83.8 | 127.54 | 78.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 119 | 83 | 0.87 | 0 | 0.30 | 0.53 | 159.23 | 0.78 | 0.26 |
| Hex | F | 77 | 53 | 57 | 0 | 1E | 35 | 9F | 4E | 1A |
| Octal | 17 | 167 | 123 | 127 | 0 | 36 | 65 | 237 | 116 | 32 |
| Binary | 1111 | 1110111 | 1010011 | 1010111 | 0 | 11110 | 110101 | 10011111 | 1001110 | 11010 |
Color Harmonies of #0F7753
Complementary color
Monochromatic Colors of #0F7753
Black with #0F7753
Text Example
Text Example
White with #0F7753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F7753; }
p { color: rgb(15,119,83); }
H1.HeaderClassName
{
color: #0F7753;
}
.AnyTagClassName
{
color: #0F7753;
}
</style>
background-color css
<style>
a { background-color: #0F7753; }
a { background-color: rgb(15,119,83); }
div.DivClassName
{
background-color: #0F7753;
}
.BgClassName
{
background-color: #0F7753;
}
</style>
border-color css
<style>
span { border-color: #0F7753; }
span { border-color: rgb(15,119,83); }
td.TdClassName
{
border-color: #0F7753;
}
.TagClassName
{
border-color: #0F7753;
}
</style>