Shades of Salem #07873C
Tints of Salem #07873C
RGB
CMYK
RGB Variations
Color information
#07873C (or 0x07873C) is known color: Salem. HEX triplet: 07, 87 and 3C. RGB value is (7,135,60). Sum of RGB (Red+Green+Blue) = 7+135+60=202 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.47% from 202); Green value is 135 (53.12% from 255 or 66.83% from 202); Blue value is 60 (23.83% from 255 or 29.70% from 202); Max value from RGB is 135 - color contains mainly: green. Hex color #07873C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07873C is #F878C3. Grayscale: #585858. Windows color (decimal): -16283844 or 3966727. OLE color: 3966727.
HSL color Cylindrical-coordinate representation of color #07873C: hue angle of 144.84º 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 #07873C is Cyan = 0.95, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 7 | 135 | 60 | - |
| CMYK | 0.95 | 0 | 0.56 | 0.47 |
| HSL | 144.84º | 0.9% | 0.28% | - |
| HSV(B) | 144.84º | 0.95% | 0.53% | - |
| XYZ | 9.57 | 17.7 | 7.19 | - |
| YUV | 88.18 | 112.09 | 70.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 135 | 60 | 0.95 | 0 | 0.56 | 0.47 | 144.84 | 0.9 | 0.28 |
| Hex | 7 | 87 | 3C | 5F | 0 | 38 | 2F | 91 | 5A | 1C |
| Octal | 7 | 207 | 74 | 137 | 0 | 70 | 57 | 221 | 132 | 34 |
| Binary | 111 | 10000111 | 111100 | 1011111 | 0 | 111000 | 101111 | 10010001 | 1011010 | 11100 |
Color Harmonies of #07873C
Complementary color
Monochromatic Colors of #07873C
Black with #07873C
Text Example
Text Example
White with #07873C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07873C; }
p { color: rgb(7,135,60); }
H1.HeaderClassName
{
color: #07873C;
}
.AnyTagClassName
{
color: #07873C;
}
</style>
background-color css
<style>
a { background-color: #07873C; }
a { background-color: rgb(7,135,60); }
div.DivClassName
{
background-color: #07873C;
}
.BgClassName
{
background-color: #07873C;
}
</style>
border-color css
<style>
span { border-color: #07873C; }
span { border-color: rgb(7,135,60); }
td.TdClassName
{
border-color: #07873C;
}
.TagClassName
{
border-color: #07873C;
}
</style>