Shades of Salem #087C47
Tints of Salem #087C47
RGB
CMYK
RGB Variations
Color information
#087C47 (or 0x087C47) is known color: Salem. HEX triplet: 08, 7C and 47. RGB value is (8,124,71). Sum of RGB (Red+Green+Blue) = 8+124+71=203 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.94% from 203); Green value is 124 (48.83% from 255 or 61.08% from 203); Blue value is 71 (28.12% from 255 or 34.98% from 203); Max value from RGB is 124 - color contains mainly: green. Hex color #087C47 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #087C47 is #F783B8. Grayscale: #535353. Windows color (decimal): -16221113 or 4684808. OLE color: 4684808.
HSL color Cylindrical-coordinate representation of color #087C47: hue angle of 152.59º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #087C47 is Cyan = 0.94, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 8 | 124 | 71 | - |
| CMYK | 0.94 | 0 | 0.43 | 0.51 |
| HSL | 152.59º | 0.88% | 0.26% | - |
| HSV(B) | 152.59º | 0.94% | 0.49% | - |
| XYZ | 8.45 | 14.92 | 8.4 | - |
| YUV | 83.27 | 121.07 | 74.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 124 | 71 | 0.94 | 0 | 0.43 | 0.51 | 152.59 | 0.88 | 0.26 |
| Hex | 8 | 7C | 47 | 5E | 0 | 2B | 33 | 99 | 58 | 1A |
| Octal | 10 | 174 | 107 | 136 | 0 | 53 | 63 | 231 | 130 | 32 |
| Binary | 1000 | 1111100 | 1000111 | 1011110 | 0 | 101011 | 110011 | 10011001 | 1011000 | 11010 |
Color Harmonies of #087C47
Complementary color
Monochromatic Colors of #087C47
Black with #087C47
Text Example
Text Example
White with #087C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087C47; }
p { color: rgb(8,124,71); }
H1.HeaderClassName
{
color: #087C47;
}
.AnyTagClassName
{
color: #087C47;
}
</style>
background-color css
<style>
a { background-color: #087C47; }
a { background-color: rgb(8,124,71); }
div.DivClassName
{
background-color: #087C47;
}
.BgClassName
{
background-color: #087C47;
}
</style>
border-color css
<style>
span { border-color: #087C47; }
span { border-color: rgb(8,124,71); }
td.TdClassName
{
border-color: #087C47;
}
.TagClassName
{
border-color: #087C47;
}
</style>