Shades of Salem #0F814D
Tints of Salem #0F814D
RGB
CMYK
RGB Variations
Color information
#0F814D (or 0x0F814D) is known color: Salem. HEX triplet: 0F, 81 and 4D. RGB value is (15,129,77). Sum of RGB (Red+Green+Blue) = 15+129+77=221 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.79% from 221); Green value is 129 (50.78% from 255 or 58.37% from 221); Blue value is 77 (30.47% from 255 or 34.84% from 221); Max value from RGB is 129 - color contains mainly: green. Hex color #0F814D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F814D is #F07EB2. Grayscale: #595959. Windows color (decimal): -15761075 or 5079311. OLE color: 5079311.
HSL color Cylindrical-coordinate representation of color #0F814D: hue angle of 152.63º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F814D is Cyan = 0.88, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 15 | 129 | 77 | - |
| CMYK | 0.88 | 0 | 0.40 | 0.49 |
| HSL | 152.63º | 0.79% | 0.28% | - |
| HSV(B) | 152.63º | 0.88% | 0.51% | - |
| XYZ | 9.39 | 16.34 | 9.68 | - |
| YUV | 88.99 | 121.23 | 75.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 129 | 77 | 0.88 | 0 | 0.40 | 0.49 | 152.63 | 0.79 | 0.28 |
| Hex | F | 81 | 4D | 58 | 0 | 28 | 31 | 99 | 4F | 1C |
| Octal | 17 | 201 | 115 | 130 | 0 | 50 | 61 | 231 | 117 | 34 |
| Binary | 1111 | 10000001 | 1001101 | 1011000 | 0 | 101000 | 110001 | 10011001 | 1001111 | 11100 |
Color Harmonies of #0F814D
Complementary color
Monochromatic Colors of #0F814D
Black with #0F814D
Text Example
Text Example
White with #0F814D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F814D; }
p { color: rgb(15,129,77); }
H1.HeaderClassName
{
color: #0F814D;
}
.AnyTagClassName
{
color: #0F814D;
}
</style>
background-color css
<style>
a { background-color: #0F814D; }
a { background-color: rgb(15,129,77); }
div.DivClassName
{
background-color: #0F814D;
}
.BgClassName
{
background-color: #0F814D;
}
</style>
border-color css
<style>
span { border-color: #0F814D; }
span { border-color: rgb(15,129,77); }
td.TdClassName
{
border-color: #0F814D;
}
.TagClassName
{
border-color: #0F814D;
}
</style>