Shades of Salem #0F893D
Tints of Salem #0F893D
RGB
CMYK
RGB Variations
Color information
#0F893D (or 0x0F893D) is known color: Salem. HEX triplet: 0F, 89 and 3D. RGB value is (15,137,61). Sum of RGB (Red+Green+Blue) = 15+137+61=213 (28% of max value = 765). Red value is 15 (6.25% from 255 or 7.04% from 213); Green value is 137 (53.91% from 255 or 64.32% from 213); Blue value is 61 (24.22% from 255 or 28.64% from 213); Max value from RGB is 137 - color contains mainly: green. Hex color #0F893D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F893D is #F076C2. Grayscale: #5C5C5C. Windows color (decimal): -15759043 or 4032783. OLE color: 4032783.
HSL color Cylindrical-coordinate representation of color #0F893D: hue angle of 142.62º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F893D is Cyan = 0.89, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 15 | 137 | 61 | - |
| CMYK | 0.89 | 0 | 0.55 | 0.46 |
| HSL | 142.62º | 0.8% | 0.3% | - |
| HSV(B) | 142.62º | 0.89% | 0.54% | - |
| XYZ | 9.98 | 18.33 | 7.43 | - |
| YUV | 91.86 | 110.58 | 73.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 137 | 61 | 0.89 | 0 | 0.55 | 0.46 | 142.62 | 0.8 | 0.3 |
| Hex | F | 89 | 3D | 59 | 0 | 37 | 2E | 8F | 50 | 1E |
| Octal | 17 | 211 | 75 | 131 | 0 | 67 | 56 | 217 | 120 | 36 |
| Binary | 1111 | 10001001 | 111101 | 1011001 | 0 | 110111 | 101110 | 10001111 | 1010000 | 11110 |
Color Harmonies of #0F893D
Complementary color
Monochromatic Colors of #0F893D
Black with #0F893D
Text Example
Text Example
White with #0F893D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F893D; }
p { color: rgb(15,137,61); }
H1.HeaderClassName
{
color: #0F893D;
}
.AnyTagClassName
{
color: #0F893D;
}
</style>
background-color css
<style>
a { background-color: #0F893D; }
a { background-color: rgb(15,137,61); }
div.DivClassName
{
background-color: #0F893D;
}
.BgClassName
{
background-color: #0F893D;
}
</style>
border-color css
<style>
span { border-color: #0F893D; }
span { border-color: rgb(15,137,61); }
td.TdClassName
{
border-color: #0F893D;
}
.TagClassName
{
border-color: #0F893D;
}
</style>