Shades of Salem #0F8653
Tints of Salem #0F8653
RGB
CMYK
RGB Variations
Color information
#0F8653 (or 0x0F8653) is known color: Salem. HEX triplet: 0F, 86 and 53. RGB value is (15,134,83). Sum of RGB (Red+Green+Blue) = 15+134+83=232 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.47% from 232); Green value is 134 (52.73% from 255 or 57.76% from 232); Blue value is 83 (32.81% from 255 or 35.78% from 232); Max value from RGB is 134 - color contains mainly: green. Hex color #0F8653 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F8653 is #F079AC. Grayscale: #5C5C5C. Windows color (decimal): -15759789 or 5473807. OLE color: 5473807.
HSL color Cylindrical-coordinate representation of color #0F8653: hue angle of 154.29º 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 #0F8653 is Cyan = 0.89, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 15 | 134 | 83 | - |
| CMYK | 0.89 | 0 | 0.38 | 0.47 |
| HSL | 154.29º | 0.8% | 0.29% | - |
| HSV(B) | 154.29º | 0.89% | 0.53% | - |
| XYZ | 10.28 | 17.78 | 11.07 | - |
| YUV | 92.61 | 122.58 | 72.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 134 | 83 | 0.89 | 0 | 0.38 | 0.47 | 154.29 | 0.8 | 0.29 |
| Hex | F | 86 | 53 | 59 | 0 | 26 | 2F | 9A | 50 | 1D |
| Octal | 17 | 206 | 123 | 131 | 0 | 46 | 57 | 232 | 120 | 35 |
| Binary | 1111 | 10000110 | 1010011 | 1011001 | 0 | 100110 | 101111 | 10011010 | 1010000 | 11101 |
Color Harmonies of #0F8653
Complementary color
Monochromatic Colors of #0F8653
Black with #0F8653
Text Example
Text Example
White with #0F8653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F8653; }
p { color: rgb(15,134,83); }
H1.HeaderClassName
{
color: #0F8653;
}
.AnyTagClassName
{
color: #0F8653;
}
</style>
background-color css
<style>
a { background-color: #0F8653; }
a { background-color: rgb(15,134,83); }
div.DivClassName
{
background-color: #0F8653;
}
.BgClassName
{
background-color: #0F8653;
}
</style>
border-color css
<style>
span { border-color: #0F8653; }
span { border-color: rgb(15,134,83); }
td.TdClassName
{
border-color: #0F8653;
}
.TagClassName
{
border-color: #0F8653;
}
</style>