Shades of Salem #0F8754
Tints of Salem #0F8754
RGB
CMYK
RGB Variations
Color information
#0F8754 (or 0x0F8754) is known color: Salem. HEX triplet: 0F, 87 and 54. RGB value is (15,135,84). Sum of RGB (Red+Green+Blue) = 15+135+84=234 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.41% from 234); Green value is 135 (53.12% from 255 or 57.69% from 234); Blue value is 84 (33.20% from 255 or 35.90% from 234); Max value from RGB is 135 - color contains mainly: green. Hex color #0F8754 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F8754 is #F078AB. Grayscale: #5D5D5D. Windows color (decimal): -15759532 or 5539599. OLE color: 5539599.
HSL color Cylindrical-coordinate representation of color #0F8754: hue angle of 154.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 #0F8754 is Cyan = 0.89, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 15 | 135 | 84 | - |
| CMYK | 0.89 | 0 | 0.38 | 0.47 |
| HSL | 154.5º | 0.8% | 0.29% | - |
| HSV(B) | 154.5º | 0.89% | 0.53% | - |
| XYZ | 10.46 | 18.07 | 11.32 | - |
| YUV | 93.31 | 122.74 | 72.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 135 | 84 | 0.89 | 0 | 0.38 | 0.47 | 154.5 | 0.8 | 0.29 |
| Hex | F | 87 | 54 | 59 | 0 | 26 | 2F | 9A | 50 | 1D |
| Octal | 17 | 207 | 124 | 131 | 0 | 46 | 57 | 232 | 120 | 35 |
| Binary | 1111 | 10000111 | 1010100 | 1011001 | 0 | 100110 | 101111 | 10011010 | 1010000 | 11101 |
Color Harmonies of #0F8754
Complementary color
Monochromatic Colors of #0F8754
Black with #0F8754
Text Example
Text Example
White with #0F8754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F8754; }
p { color: rgb(15,135,84); }
H1.HeaderClassName
{
color: #0F8754;
}
.AnyTagClassName
{
color: #0F8754;
}
</style>
background-color css
<style>
a { background-color: #0F8754; }
a { background-color: rgb(15,135,84); }
div.DivClassName
{
background-color: #0F8754;
}
.BgClassName
{
background-color: #0F8754;
}
</style>
border-color css
<style>
span { border-color: #0F8754; }
span { border-color: rgb(15,135,84); }
td.TdClassName
{
border-color: #0F8754;
}
.TagClassName
{
border-color: #0F8754;
}
</style>