Shades of Salem #0F854D
Tints of Salem #0F854D
RGB
CMYK
RGB Variations
Color information
#0F854D (or 0x0F854D) is known color: Salem. HEX triplet: 0F, 85 and 4D. RGB value is (15,133,77). Sum of RGB (Red+Green+Blue) = 15+133+77=225 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.67% from 225); Green value is 133 (52.34% from 255 or 59.11% from 225); Blue value is 77 (30.47% from 255 or 34.22% from 225); Max value from RGB is 133 - color contains mainly: green. Hex color #0F854D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F854D is #F07AB2. Grayscale: #5B5B5B. Windows color (decimal): -15760051 or 5080335. OLE color: 5080335.
HSL color Cylindrical-coordinate representation of color #0F854D: hue angle of 151.53º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F854D is Cyan = 0.89, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 15 | 133 | 77 | - |
| CMYK | 0.89 | 0 | 0.42 | 0.48 |
| HSL | 151.53º | 0.8% | 0.29% | - |
| HSV(B) | 151.53º | 0.89% | 0.52% | - |
| XYZ | 9.92 | 17.41 | 9.86 | - |
| YUV | 91.33 | 119.91 | 73.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 133 | 77 | 0.89 | 0 | 0.42 | 0.48 | 151.53 | 0.8 | 0.29 |
| Hex | F | 85 | 4D | 59 | 0 | 2A | 30 | 98 | 50 | 1D |
| Octal | 17 | 205 | 115 | 131 | 0 | 52 | 60 | 230 | 120 | 35 |
| Binary | 1111 | 10000101 | 1001101 | 1011001 | 0 | 101010 | 110000 | 10011000 | 1010000 | 11101 |
Color Harmonies of #0F854D
Complementary color
Monochromatic Colors of #0F854D
Black with #0F854D
Text Example
Text Example
White with #0F854D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F854D; }
p { color: rgb(15,133,77); }
H1.HeaderClassName
{
color: #0F854D;
}
.AnyTagClassName
{
color: #0F854D;
}
</style>
background-color css
<style>
a { background-color: #0F854D; }
a { background-color: rgb(15,133,77); }
div.DivClassName
{
background-color: #0F854D;
}
.BgClassName
{
background-color: #0F854D;
}
</style>
border-color css
<style>
span { border-color: #0F854D; }
span { border-color: rgb(15,133,77); }
td.TdClassName
{
border-color: #0F854D;
}
.TagClassName
{
border-color: #0F854D;
}
</style>