Shades of Salem #00873B
Tints of Salem #00873B
RGB
CMYK
RGB Variations
Color information
#00873B (or 0x00873B) is known color: Salem. HEX triplet: 00, 87 and 3B. RGB value is (0,135,59). Sum of RGB (Red+Green+Blue) = 0+135+59=194 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 194); Green value is 135 (53.12% from 255 or 69.59% from 194); Blue value is 59 (23.44% from 255 or 30.41% from 194); Max value from RGB is 135 - color contains mainly: green. Hex color #00873B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00873B is #FF78C4. Grayscale: #565656. Windows color (decimal): -16742597 or 3901184. OLE color: 3901184.
HSL color Cylindrical-coordinate representation of color #00873B: hue angle of 146.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 #00873B is Cyan = 1, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 135 | 59 | - |
| CMYK | 1 | 0 | 0.56 | 0.47 |
| HSL | 146.22º | 1% | 0.26% | - |
| HSV(B) | 146.22º | 1% | 0.53% | - |
| XYZ | 9.45 | 17.64 | 7.05 | - |
| YUV | 85.97 | 112.77 | 66.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 135 | 59 | 1 | 0 | 0.56 | 0.47 | 146.22 | 1 | 0.26 |
| Hex | 0 | 87 | 3B | 64 | 0 | 38 | 2F | 92 | 64 | 1A |
| Octal | 0 | 207 | 73 | 144 | 0 | 70 | 57 | 222 | 144 | 32 |
| Binary | 0 | 10000111 | 111011 | 1100100 | 0 | 111000 | 101111 | 10010010 | 1100100 | 11010 |
Color Harmonies of #00873B
Complementary color
Monochromatic Colors of #00873B
Black with #00873B
Text Example
Text Example
White with #00873B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00873B; }
p { color: rgb(0,135,59); }
H1.HeaderClassName
{
color: #00873B;
}
.AnyTagClassName
{
color: #00873B;
}
</style>
background-color css
<style>
a { background-color: #00873B; }
a { background-color: rgb(0,135,59); }
div.DivClassName
{
background-color: #00873B;
}
.BgClassName
{
background-color: #00873B;
}
</style>
border-color css
<style>
span { border-color: #00873B; }
span { border-color: rgb(0,135,59); }
td.TdClassName
{
border-color: #00873B;
}
.TagClassName
{
border-color: #00873B;
}
</style>