Shades of Salem #0F893C
Tints of Salem #0F893C
RGB
CMYK
RGB Variations
Color information
#0F893C (or 0x0F893C) is known color: Salem. HEX triplet: 0F, 89 and 3C. RGB value is (15,137,60). Sum of RGB (Red+Green+Blue) = 15+137+60=212 (28% of max value = 765). Red value is 15 (6.25% from 255 or 7.08% from 212); Green value is 137 (53.91% from 255 or 64.62% from 212); Blue value is 60 (23.83% from 255 or 28.30% from 212); Max value from RGB is 137 - color contains mainly: green. Hex color #0F893C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F893C is #F076C3. Grayscale: #5B5B5B. Windows color (decimal): -15759044 or 3967247. OLE color: 3967247.
HSL color Cylindrical-coordinate representation of color #0F893C: hue angle of 142.13º 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 #0F893C is Cyan = 0.89, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 15 | 137 | 60 | - |
| CMYK | 0.89 | 0 | 0.56 | 0.46 |
| HSL | 142.13º | 0.8% | 0.3% | - |
| HSV(B) | 142.13º | 0.89% | 0.54% | - |
| XYZ | 9.96 | 18.32 | 7.29 | - |
| YUV | 91.74 | 110.08 | 73.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 137 | 60 | 0.89 | 0 | 0.56 | 0.46 | 142.13 | 0.8 | 0.3 |
| Hex | F | 89 | 3C | 59 | 0 | 38 | 2E | 8E | 50 | 1E |
| Octal | 17 | 211 | 74 | 131 | 0 | 70 | 56 | 216 | 120 | 36 |
| Binary | 1111 | 10001001 | 111100 | 1011001 | 0 | 111000 | 101110 | 10001110 | 1010000 | 11110 |
Color Harmonies of #0F893C
Complementary color
Monochromatic Colors of #0F893C
Black with #0F893C
Text Example
Text Example
White with #0F893C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F893C; }
p { color: rgb(15,137,60); }
H1.HeaderClassName
{
color: #0F893C;
}
.AnyTagClassName
{
color: #0F893C;
}
</style>
background-color css
<style>
a { background-color: #0F893C; }
a { background-color: rgb(15,137,60); }
div.DivClassName
{
background-color: #0F893C;
}
.BgClassName
{
background-color: #0F893C;
}
</style>
border-color css
<style>
span { border-color: #0F893C; }
span { border-color: rgb(15,137,60); }
td.TdClassName
{
border-color: #0F893C;
}
.TagClassName
{
border-color: #0F893C;
}
</style>