Shades of Salem #0F8142
Tints of Salem #0F8142
RGB
CMYK
RGB Variations
Color information
#0F8142 (or 0x0F8142) is known color: Salem. HEX triplet: 0F, 81 and 42. RGB value is (15,129,66). Sum of RGB (Red+Green+Blue) = 15+129+66=210 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.14% from 210); Green value is 129 (50.78% from 255 or 61.43% from 210); Blue value is 66 (26.17% from 255 or 31.43% from 210); Max value from RGB is 129 - color contains mainly: green. Hex color #0F8142 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F8142 is #F07EBD. Grayscale: #575757. Windows color (decimal): -15761086 or 4358415. OLE color: 4358415.
HSL color Cylindrical-coordinate representation of color #0F8142: hue angle of 146.84º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F8142 is Cyan = 0.88, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 15 | 129 | 66 | - |
| CMYK | 0.88 | 0 | 0.49 | 0.49 |
| HSL | 146.84º | 0.79% | 0.28% | - |
| HSV(B) | 146.84º | 0.88% | 0.51% | - |
| XYZ | 9.03 | 16.2 | 7.8 | - |
| YUV | 87.73 | 115.73 | 76.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 129 | 66 | 0.88 | 0 | 0.49 | 0.49 | 146.84 | 0.79 | 0.28 |
| Hex | F | 81 | 42 | 58 | 0 | 31 | 31 | 93 | 4F | 1C |
| Octal | 17 | 201 | 102 | 130 | 0 | 61 | 61 | 223 | 117 | 34 |
| Binary | 1111 | 10000001 | 1000010 | 1011000 | 0 | 110001 | 110001 | 10010011 | 1001111 | 11100 |
Color Harmonies of #0F8142
Complementary color
Monochromatic Colors of #0F8142
Black with #0F8142
Text Example
Text Example
White with #0F8142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F8142; }
p { color: rgb(15,129,66); }
H1.HeaderClassName
{
color: #0F8142;
}
.AnyTagClassName
{
color: #0F8142;
}
</style>
background-color css
<style>
a { background-color: #0F8142; }
a { background-color: rgb(15,129,66); }
div.DivClassName
{
background-color: #0F8142;
}
.BgClassName
{
background-color: #0F8142;
}
</style>
border-color css
<style>
span { border-color: #0F8142; }
span { border-color: rgb(15,129,66); }
td.TdClassName
{
border-color: #0F8142;
}
.TagClassName
{
border-color: #0F8142;
}
</style>