Shades of Salem #087F41
Tints of Salem #087F41
RGB
CMYK
RGB Variations
Color information
#087F41 (or 0x087F41) is known color: Salem. HEX triplet: 08, 7F and 41. RGB value is (8,127,65). Sum of RGB (Red+Green+Blue) = 8+127+65=200 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4% from 200); Green value is 127 (50% from 255 or 63.5% from 200); Blue value is 65 (25.78% from 255 or 32.5% from 200); Max value from RGB is 127 - color contains mainly: green. Hex color #087F41 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #087F41 is #F780BE. Grayscale: #545454. Windows color (decimal): -16220351 or 4292360. OLE color: 4292360.
HSL color Cylindrical-coordinate representation of color #087F41: hue angle of 148.74º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #087F41 is Cyan = 0.94, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 8 | 127 | 65 | - |
| CMYK | 0.94 | 0 | 0.49 | 0.50 |
| HSL | 148.74º | 0.88% | 0.26% | - |
| HSV(B) | 148.74º | 0.94% | 0.5% | - |
| XYZ | 8.64 | 15.61 | 7.56 | - |
| YUV | 84.35 | 117.08 | 73.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 127 | 65 | 0.94 | 0 | 0.49 | 0.50 | 148.74 | 0.88 | 0.26 |
| Hex | 8 | 7F | 41 | 5E | 0 | 31 | 32 | 95 | 58 | 1A |
| Octal | 10 | 177 | 101 | 136 | 0 | 61 | 62 | 225 | 130 | 32 |
| Binary | 1000 | 1111111 | 1000001 | 1011110 | 0 | 110001 | 110010 | 10010101 | 1011000 | 11010 |
Color Harmonies of #087F41
Complementary color
Monochromatic Colors of #087F41
Black with #087F41
Text Example
Text Example
White with #087F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087F41; }
p { color: rgb(8,127,65); }
H1.HeaderClassName
{
color: #087F41;
}
.AnyTagClassName
{
color: #087F41;
}
</style>
background-color css
<style>
a { background-color: #087F41; }
a { background-color: rgb(8,127,65); }
div.DivClassName
{
background-color: #087F41;
}
.BgClassName
{
background-color: #087F41;
}
</style>
border-color css
<style>
span { border-color: #087F41; }
span { border-color: rgb(8,127,65); }
td.TdClassName
{
border-color: #087F41;
}
.TagClassName
{
border-color: #087F41;
}
</style>