Shades of Salem #07873E
Tints of Salem #07873E
RGB
CMYK
RGB Variations
Color information
#07873E (or 0x07873E) is known color: Salem. HEX triplet: 07, 87 and 3E. RGB value is (7,135,62). Sum of RGB (Red+Green+Blue) = 7+135+62=204 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.43% from 204); Green value is 135 (53.12% from 255 or 66.18% from 204); Blue value is 62 (24.61% from 255 or 30.39% from 204); Max value from RGB is 135 - color contains mainly: green. Hex color #07873E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07873E is #F878C1. Grayscale: #585858. Windows color (decimal): -16283842 or 4097799. OLE color: 4097799.
HSL color Cylindrical-coordinate representation of color #07873E: hue angle of 145.78º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07873E is Cyan = 0.95, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 7 | 135 | 62 | - |
| CMYK | 0.95 | 0 | 0.54 | 0.47 |
| HSL | 145.78º | 0.9% | 0.28% | - |
| HSV(B) | 145.78º | 0.95% | 0.53% | - |
| XYZ | 9.62 | 17.72 | 7.47 | - |
| YUV | 88.41 | 113.09 | 69.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 135 | 62 | 0.95 | 0 | 0.54 | 0.47 | 145.78 | 0.9 | 0.28 |
| Hex | 7 | 87 | 3E | 5F | 0 | 36 | 2F | 92 | 5A | 1C |
| Octal | 7 | 207 | 76 | 137 | 0 | 66 | 57 | 222 | 132 | 34 |
| Binary | 111 | 10000111 | 111110 | 1011111 | 0 | 110110 | 101111 | 10010010 | 1011010 | 11100 |
Color Harmonies of #07873E
Complementary color
Monochromatic Colors of #07873E
Black with #07873E
Text Example
Text Example
White with #07873E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07873E; }
p { color: rgb(7,135,62); }
H1.HeaderClassName
{
color: #07873E;
}
.AnyTagClassName
{
color: #07873E;
}
</style>
background-color css
<style>
a { background-color: #07873E; }
a { background-color: rgb(7,135,62); }
div.DivClassName
{
background-color: #07873E;
}
.BgClassName
{
background-color: #07873E;
}
</style>
border-color css
<style>
span { border-color: #07873E; }
span { border-color: rgb(7,135,62); }
td.TdClassName
{
border-color: #07873E;
}
.TagClassName
{
border-color: #07873E;
}
</style>