Shades of Salem #0F7949
Tints of Salem #0F7949
RGB
CMYK
RGB Variations
Color information
#0F7949 (or 0x0F7949) is known color: Salem. HEX triplet: 0F, 79 and 49. RGB value is (15,121,73). Sum of RGB (Red+Green+Blue) = 15+121+73=209 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.18% from 209); Green value is 121 (47.66% from 255 or 57.89% from 209); Blue value is 73 (28.91% from 255 or 34.93% from 209); Max value from RGB is 121 - color contains mainly: green. Hex color #0F7949 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F7949 is #F086B6. Grayscale: #535353. Windows color (decimal): -15763127 or 4815119. OLE color: 4815119.
HSL color Cylindrical-coordinate representation of color #0F7949: hue angle of 152.83º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F7949 is Cyan = 0.88, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 15 | 121 | 73 | - |
| CMYK | 0.88 | 0 | 0.40 | 0.53 |
| HSL | 152.83º | 0.78% | 0.27% | - |
| HSV(B) | 152.83º | 0.88% | 0.47% | - |
| XYZ | 8.24 | 14.26 | 8.62 | - |
| YUV | 83.83 | 121.88 | 78.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 121 | 73 | 0.88 | 0 | 0.40 | 0.53 | 152.83 | 0.78 | 0.27 |
| Hex | F | 79 | 49 | 58 | 0 | 28 | 35 | 99 | 4E | 1B |
| Octal | 17 | 171 | 111 | 130 | 0 | 50 | 65 | 231 | 116 | 33 |
| Binary | 1111 | 1111001 | 1001001 | 1011000 | 0 | 101000 | 110101 | 10011001 | 1001110 | 11011 |
Color Harmonies of #0F7949
Complementary color
Monochromatic Colors of #0F7949
Black with #0F7949
Text Example
Text Example
White with #0F7949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F7949; }
p { color: rgb(15,121,73); }
H1.HeaderClassName
{
color: #0F7949;
}
.AnyTagClassName
{
color: #0F7949;
}
</style>
background-color css
<style>
a { background-color: #0F7949; }
a { background-color: rgb(15,121,73); }
div.DivClassName
{
background-color: #0F7949;
}
.BgClassName
{
background-color: #0F7949;
}
</style>
border-color css
<style>
span { border-color: #0F7949; }
span { border-color: rgb(15,121,73); }
td.TdClassName
{
border-color: #0F7949;
}
.TagClassName
{
border-color: #0F7949;
}
</style>