Shades of Salem #00873D
Tints of Salem #00873D
RGB
CMYK
RGB Variations
Color information
#00873D (or 0x00873D) is known color: Salem. HEX triplet: 00, 87 and 3D. RGB value is (0,135,61). Sum of RGB (Red+Green+Blue) = 0+135+61=196 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 196); Green value is 135 (53.12% from 255 or 68.88% from 196); Blue value is 61 (24.22% from 255 or 31.12% from 196); Max value from RGB is 135 - color contains mainly: green. Hex color #00873D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00873D is #FF78C2. Grayscale: #565656. Windows color (decimal): -16742595 or 4032256. OLE color: 4032256.
HSL color Cylindrical-coordinate representation of color #00873D: hue angle of 147.11º 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 #00873D is Cyan = 1, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 135 | 61 | - |
| CMYK | 1 | 0 | 0.55 | 0.47 |
| HSL | 147.11º | 1% | 0.26% | - |
| HSV(B) | 147.11º | 1% | 0.53% | - |
| XYZ | 9.51 | 17.66 | 7.32 | - |
| YUV | 86.2 | 113.77 | 66.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 135 | 61 | 1 | 0 | 0.55 | 0.47 | 147.11 | 1 | 0.26 |
| Hex | 0 | 87 | 3D | 64 | 0 | 37 | 2F | 93 | 64 | 1A |
| Octal | 0 | 207 | 75 | 144 | 0 | 67 | 57 | 223 | 144 | 32 |
| Binary | 0 | 10000111 | 111101 | 1100100 | 0 | 110111 | 101111 | 10010011 | 1100100 | 11010 |
Color Harmonies of #00873D
Complementary color
Monochromatic Colors of #00873D
Black with #00873D
Text Example
Text Example
White with #00873D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00873D; }
p { color: rgb(0,135,61); }
H1.HeaderClassName
{
color: #00873D;
}
.AnyTagClassName
{
color: #00873D;
}
</style>
background-color css
<style>
a { background-color: #00873D; }
a { background-color: rgb(0,135,61); }
div.DivClassName
{
background-color: #00873D;
}
.BgClassName
{
background-color: #00873D;
}
</style>
border-color css
<style>
span { border-color: #00873D; }
span { border-color: rgb(0,135,61); }
td.TdClassName
{
border-color: #00873D;
}
.TagClassName
{
border-color: #00873D;
}
</style>