Shades of Salem #087F46
Tints of Salem #087F46
RGB
CMYK
RGB Variations
Color information
#087F46 (or 0x087F46) is known color: Salem. HEX triplet: 08, 7F and 46. RGB value is (8,127,70). Sum of RGB (Red+Green+Blue) = 8+127+70=205 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.90% from 205); Green value is 127 (50% from 255 or 61.95% from 205); Blue value is 70 (27.73% from 255 or 34.15% from 205); Max value from RGB is 127 - color contains mainly: green. Hex color #087F46 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #087F46 is #F780B9. Grayscale: #555555. Windows color (decimal): -16220346 or 4620040. OLE color: 4620040.
HSL color Cylindrical-coordinate representation of color #087F46: hue angle of 151.26º 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 #087F46 is Cyan = 0.94, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 8 | 127 | 70 | - |
| CMYK | 0.94 | 0 | 0.45 | 0.50 |
| HSL | 151.26º | 0.88% | 0.26% | - |
| HSV(B) | 151.26º | 0.94% | 0.5% | - |
| XYZ | 8.8 | 15.67 | 8.36 | - |
| YUV | 84.92 | 119.58 | 73.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 127 | 70 | 0.94 | 0 | 0.45 | 0.50 | 151.26 | 0.88 | 0.26 |
| Hex | 8 | 7F | 46 | 5E | 0 | 2D | 32 | 97 | 58 | 1A |
| Octal | 10 | 177 | 106 | 136 | 0 | 55 | 62 | 227 | 130 | 32 |
| Binary | 1000 | 1111111 | 1000110 | 1011110 | 0 | 101101 | 110010 | 10010111 | 1011000 | 11010 |
Color Harmonies of #087F46
Complementary color
Monochromatic Colors of #087F46
Black with #087F46
Text Example
Text Example
White with #087F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087F46; }
p { color: rgb(8,127,70); }
H1.HeaderClassName
{
color: #087F46;
}
.AnyTagClassName
{
color: #087F46;
}
</style>
background-color css
<style>
a { background-color: #087F46; }
a { background-color: rgb(8,127,70); }
div.DivClassName
{
background-color: #087F46;
}
.BgClassName
{
background-color: #087F46;
}
</style>
border-color css
<style>
span { border-color: #087F46; }
span { border-color: rgb(8,127,70); }
td.TdClassName
{
border-color: #087F46;
}
.TagClassName
{
border-color: #087F46;
}
</style>