Shades of Salem #087F4B
Tints of Salem #087F4B
RGB
CMYK
RGB Variations
Color information
#087F4B (or 0x087F4B) is known color: Salem. HEX triplet: 08, 7F and 4B. RGB value is (8,127,75). Sum of RGB (Red+Green+Blue) = 8+127+75=210 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.81% from 210); Green value is 127 (50% from 255 or 60.48% from 210); Blue value is 75 (29.69% from 255 or 35.71% from 210); Max value from RGB is 127 - color contains mainly: green. Hex color #087F4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #087F4B is #F780B4. Grayscale: #555555. Windows color (decimal): -16220341 or 4947720. OLE color: 4947720.
HSL color Cylindrical-coordinate representation of color #087F4B: hue angle of 153.78º 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 #087F4B is Cyan = 0.94, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 8 | 127 | 75 | - |
| CMYK | 0.94 | 0 | 0.41 | 0.50 |
| HSL | 153.78º | 0.88% | 0.26% | - |
| HSV(B) | 153.78º | 0.94% | 0.5% | - |
| XYZ | 8.96 | 15.74 | 9.22 | - |
| YUV | 85.49 | 122.08 | 72.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 127 | 75 | 0.94 | 0 | 0.41 | 0.50 | 153.78 | 0.88 | 0.26 |
| Hex | 8 | 7F | 4B | 5E | 0 | 29 | 32 | 9A | 58 | 1A |
| Octal | 10 | 177 | 113 | 136 | 0 | 51 | 62 | 232 | 130 | 32 |
| Binary | 1000 | 1111111 | 1001011 | 1011110 | 0 | 101001 | 110010 | 10011010 | 1011000 | 11010 |
Color Harmonies of #087F4B
Complementary color
Monochromatic Colors of #087F4B
Black with #087F4B
Text Example
Text Example
White with #087F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087F4B; }
p { color: rgb(8,127,75); }
H1.HeaderClassName
{
color: #087F4B;
}
.AnyTagClassName
{
color: #087F4B;
}
</style>
background-color css
<style>
a { background-color: #087F4B; }
a { background-color: rgb(8,127,75); }
div.DivClassName
{
background-color: #087F4B;
}
.BgClassName
{
background-color: #087F4B;
}
</style>
border-color css
<style>
span { border-color: #087F4B; }
span { border-color: rgb(8,127,75); }
td.TdClassName
{
border-color: #087F4B;
}
.TagClassName
{
border-color: #087F4B;
}
</style>