Shades of Salem #0F8841
Tints of Salem #0F8841
RGB
CMYK
RGB Variations
Color information
#0F8841 (or 0x0F8841) is known color: Salem. HEX triplet: 0F, 88 and 41. RGB value is (15,136,65). Sum of RGB (Red+Green+Blue) = 15+136+65=216 (28% of max value = 765). Red value is 15 (6.25% from 255 or 6.94% from 216); Green value is 136 (53.52% from 255 or 62.96% from 216); Blue value is 65 (25.78% from 255 or 30.09% from 216); Max value from RGB is 136 - color contains mainly: green. Hex color #0F8841 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F8841 is #F077BE. Grayscale: #5B5B5B. Windows color (decimal): -15759295 or 4294671. OLE color: 4294671.
HSL color Cylindrical-coordinate representation of color #0F8841: hue angle of 144.79º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F8841 is Cyan = 0.89, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 15 | 136 | 65 | - |
| CMYK | 0.89 | 0 | 0.52 | 0.47 |
| HSL | 144.79º | 0.8% | 0.3% | - |
| HSV(B) | 144.79º | 0.89% | 0.53% | - |
| XYZ | 9.96 | 18.09 | 7.97 | - |
| YUV | 91.73 | 112.91 | 73.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 136 | 65 | 0.89 | 0 | 0.52 | 0.47 | 144.79 | 0.8 | 0.3 |
| Hex | F | 88 | 41 | 59 | 0 | 34 | 2F | 91 | 50 | 1E |
| Octal | 17 | 210 | 101 | 131 | 0 | 64 | 57 | 221 | 120 | 36 |
| Binary | 1111 | 10001000 | 1000001 | 1011001 | 0 | 110100 | 101111 | 10010001 | 1010000 | 11110 |
Color Harmonies of #0F8841
Complementary color
Monochromatic Colors of #0F8841
Black with #0F8841
Text Example
Text Example
White with #0F8841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F8841; }
p { color: rgb(15,136,65); }
H1.HeaderClassName
{
color: #0F8841;
}
.AnyTagClassName
{
color: #0F8841;
}
</style>
background-color css
<style>
a { background-color: #0F8841; }
a { background-color: rgb(15,136,65); }
div.DivClassName
{
background-color: #0F8841;
}
.BgClassName
{
background-color: #0F8841;
}
</style>
border-color css
<style>
span { border-color: #0F8841; }
span { border-color: rgb(15,136,65); }
td.TdClassName
{
border-color: #0F8841;
}
.TagClassName
{
border-color: #0F8841;
}
</style>