Shades of Salem #0F8752
Tints of Salem #0F8752
RGB
CMYK
RGB Variations
Color information
#0F8752 (or 0x0F8752) is known color: Salem. HEX triplet: 0F, 87 and 52. RGB value is (15,135,82). Sum of RGB (Red+Green+Blue) = 15+135+82=232 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.47% from 232); Green value is 135 (53.12% from 255 or 58.19% from 232); Blue value is 82 (32.42% from 255 or 35.34% from 232); Max value from RGB is 135 - color contains mainly: green. Hex color #0F8752 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F8752 is #F078AD. Grayscale: #5D5D5D. Windows color (decimal): -15759534 or 5408527. OLE color: 5408527.
HSL color Cylindrical-coordinate representation of color #0F8752: hue angle of 153.5º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F8752 is Cyan = 0.89, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 15 | 135 | 82 | - |
| CMYK | 0.89 | 0 | 0.39 | 0.47 |
| HSL | 153.5º | 0.8% | 0.29% | - |
| HSV(B) | 153.5º | 0.89% | 0.53% | - |
| XYZ | 10.38 | 18.04 | 10.92 | - |
| YUV | 93.08 | 121.74 | 72.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 135 | 82 | 0.89 | 0 | 0.39 | 0.47 | 153.5 | 0.8 | 0.29 |
| Hex | F | 87 | 52 | 59 | 0 | 27 | 2F | 9A | 50 | 1D |
| Octal | 17 | 207 | 122 | 131 | 0 | 47 | 57 | 232 | 120 | 35 |
| Binary | 1111 | 10000111 | 1010010 | 1011001 | 0 | 100111 | 101111 | 10011010 | 1010000 | 11101 |
Color Harmonies of #0F8752
Complementary color
Monochromatic Colors of #0F8752
Black with #0F8752
Text Example
Text Example
White with #0F8752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F8752; }
p { color: rgb(15,135,82); }
H1.HeaderClassName
{
color: #0F8752;
}
.AnyTagClassName
{
color: #0F8752;
}
</style>
background-color css
<style>
a { background-color: #0F8752; }
a { background-color: rgb(15,135,82); }
div.DivClassName
{
background-color: #0F8752;
}
.BgClassName
{
background-color: #0F8752;
}
</style>
border-color css
<style>
span { border-color: #0F8752; }
span { border-color: rgb(15,135,82); }
td.TdClassName
{
border-color: #0F8752;
}
.TagClassName
{
border-color: #0F8752;
}
</style>