Shades of Salem #087A46
Tints of Salem #087A46
RGB
CMYK
RGB Variations
Color information
#087A46 (or 0x087A46) is known color: Salem. HEX triplet: 08, 7A and 46. RGB value is (8,122,70). Sum of RGB (Red+Green+Blue) = 8+122+70=200 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4% from 200); Green value is 122 (48.05% from 255 or 61% from 200); Blue value is 70 (27.73% from 255 or 35% from 200); Max value from RGB is 122 - color contains mainly: green. Hex color #087A46 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #087A46 is #F785B9. Grayscale: #525252. Windows color (decimal): -16221626 or 4618760. OLE color: 4618760.
HSL color Cylindrical-coordinate representation of color #087A46: hue angle of 152.63º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #087A46 is Cyan = 0.93, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 8 | 122 | 70 | - |
| CMYK | 0.93 | 0 | 0.43 | 0.52 |
| HSL | 152.63º | 0.88% | 0.25% | - |
| HSV(B) | 152.63º | 0.93% | 0.48% | - |
| XYZ | 8.17 | 14.41 | 8.15 | - |
| YUV | 81.99 | 121.23 | 75.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 122 | 70 | 0.93 | 0 | 0.43 | 0.52 | 152.63 | 0.88 | 0.25 |
| Hex | 8 | 7A | 46 | 5D | 0 | 2B | 34 | 99 | 58 | 19 |
| Octal | 10 | 172 | 106 | 135 | 0 | 53 | 64 | 231 | 130 | 31 |
| Binary | 1000 | 1111010 | 1000110 | 1011101 | 0 | 101011 | 110100 | 10011001 | 1011000 | 11001 |
Color Harmonies of #087A46
Complementary color
Monochromatic Colors of #087A46
Black with #087A46
Text Example
Text Example
White with #087A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087A46; }
p { color: rgb(8,122,70); }
H1.HeaderClassName
{
color: #087A46;
}
.AnyTagClassName
{
color: #087A46;
}
</style>
background-color css
<style>
a { background-color: #087A46; }
a { background-color: rgb(8,122,70); }
div.DivClassName
{
background-color: #087A46;
}
.BgClassName
{
background-color: #087A46;
}
</style>
border-color css
<style>
span { border-color: #087A46; }
span { border-color: rgb(8,122,70); }
td.TdClassName
{
border-color: #087A46;
}
.TagClassName
{
border-color: #087A46;
}
</style>