Shades of Salem #07873D
Tints of Salem #07873D
RGB
CMYK
RGB Variations
Color information
#07873D (or 0x07873D) is known color: Salem. HEX triplet: 07, 87 and 3D. RGB value is (7,135,61). Sum of RGB (Red+Green+Blue) = 7+135+61=203 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.45% from 203); Green value is 135 (53.12% from 255 or 66.50% from 203); Blue value is 61 (24.22% from 255 or 30.05% from 203); Max value from RGB is 135 - color contains mainly: green. Hex color #07873D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07873D is #F878C2. Grayscale: #585858. Windows color (decimal): -16283843 or 4032263. OLE color: 4032263.
HSL color Cylindrical-coordinate representation of color #07873D: hue angle of 145.31º 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 #07873D is Cyan = 0.95, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 7 | 135 | 61 | - |
| CMYK | 0.95 | 0 | 0.55 | 0.47 |
| HSL | 145.31º | 0.9% | 0.28% | - |
| HSV(B) | 145.31º | 0.95% | 0.53% | - |
| XYZ | 9.59 | 17.71 | 7.33 | - |
| YUV | 88.29 | 112.59 | 70.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 135 | 61 | 0.95 | 0 | 0.55 | 0.47 | 145.31 | 0.9 | 0.28 |
| Hex | 7 | 87 | 3D | 5F | 0 | 37 | 2F | 91 | 5A | 1C |
| Octal | 7 | 207 | 75 | 137 | 0 | 67 | 57 | 221 | 132 | 34 |
| Binary | 111 | 10000111 | 111101 | 1011111 | 0 | 110111 | 101111 | 10010001 | 1011010 | 11100 |
Color Harmonies of #07873D
Complementary color
Monochromatic Colors of #07873D
Black with #07873D
Text Example
Text Example
White with #07873D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07873D; }
p { color: rgb(7,135,61); }
H1.HeaderClassName
{
color: #07873D;
}
.AnyTagClassName
{
color: #07873D;
}
</style>
background-color css
<style>
a { background-color: #07873D; }
a { background-color: rgb(7,135,61); }
div.DivClassName
{
background-color: #07873D;
}
.BgClassName
{
background-color: #07873D;
}
</style>
border-color css
<style>
span { border-color: #07873D; }
span { border-color: rgb(7,135,61); }
td.TdClassName
{
border-color: #07873D;
}
.TagClassName
{
border-color: #07873D;
}
</style>