Shades of Salem #00874D
Tints of Salem #00874D
RGB
CMYK
RGB Variations
Color information
#00874D (or 0x00874D) is known color: Salem. HEX triplet: 00, 87 and 4D. RGB value is (0,135,77). Sum of RGB (Red+Green+Blue) = 0+135+77=212 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 212); Green value is 135 (53.12% from 255 or 63.68% from 212); Blue value is 77 (30.47% from 255 or 36.32% from 212); Max value from RGB is 135 - color contains mainly: green. Hex color #00874D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00874D is #FF78B2. Grayscale: #585858. Windows color (decimal): -16742579 or 5080832. OLE color: 5080832.
HSL color Cylindrical-coordinate representation of color #00874D: hue angle of 154.22º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00874D is Cyan = 1, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 135 | 77 | - |
| CMYK | 1 | 0 | 0.43 | 0.47 |
| HSL | 154.22º | 1% | 0.26% | - |
| HSV(B) | 154.22º | 1% | 0.53% | - |
| XYZ | 10 | 17.86 | 9.94 | - |
| YUV | 88.02 | 121.77 | 65.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 135 | 77 | 1 | 0 | 0.43 | 0.47 | 154.22 | 1 | 0.26 |
| Hex | 0 | 87 | 4D | 64 | 0 | 2B | 2F | 9A | 64 | 1A |
| Octal | 0 | 207 | 115 | 144 | 0 | 53 | 57 | 232 | 144 | 32 |
| Binary | 0 | 10000111 | 1001101 | 1100100 | 0 | 101011 | 101111 | 10011010 | 1100100 | 11010 |
Color Harmonies of #00874D
Complementary color
Monochromatic Colors of #00874D
Black with #00874D
Text Example
Text Example
White with #00874D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00874D; }
p { color: rgb(0,135,77); }
H1.HeaderClassName
{
color: #00874D;
}
.AnyTagClassName
{
color: #00874D;
}
</style>
background-color css
<style>
a { background-color: #00874D; }
a { background-color: rgb(0,135,77); }
div.DivClassName
{
background-color: #00874D;
}
.BgClassName
{
background-color: #00874D;
}
</style>
border-color css
<style>
span { border-color: #00874D; }
span { border-color: rgb(0,135,77); }
td.TdClassName
{
border-color: #00874D;
}
.TagClassName
{
border-color: #00874D;
}
</style>