Shades of Salem #07873B
Tints of Salem #07873B
RGB
CMYK
RGB Variations
Color information
#07873B (or 0x07873B) is known color: Salem. HEX triplet: 07, 87 and 3B. RGB value is (7,135,59). Sum of RGB (Red+Green+Blue) = 7+135+59=201 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.48% from 201); Green value is 135 (53.12% from 255 or 67.16% from 201); Blue value is 59 (23.44% from 255 or 29.35% from 201); Max value from RGB is 135 - color contains mainly: green. Hex color #07873B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07873B is #F878C4. Grayscale: #585858. Windows color (decimal): -16283845 or 3901191. OLE color: 3901191.
HSL color Cylindrical-coordinate representation of color #07873B: hue angle of 144.38º 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 #07873B is Cyan = 0.95, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 7 | 135 | 59 | - |
| CMYK | 0.95 | 0 | 0.56 | 0.47 |
| HSL | 144.38º | 0.9% | 0.28% | - |
| HSV(B) | 144.38º | 0.95% | 0.53% | - |
| XYZ | 9.54 | 17.69 | 7.05 | - |
| YUV | 88.06 | 111.59 | 70.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 135 | 59 | 0.95 | 0 | 0.56 | 0.47 | 144.38 | 0.9 | 0.28 |
| Hex | 7 | 87 | 3B | 5F | 0 | 38 | 2F | 90 | 5A | 1C |
| Octal | 7 | 207 | 73 | 137 | 0 | 70 | 57 | 220 | 132 | 34 |
| Binary | 111 | 10000111 | 111011 | 1011111 | 0 | 111000 | 101111 | 10010000 | 1011010 | 11100 |
Color Harmonies of #07873B
Complementary color
Monochromatic Colors of #07873B
Black with #07873B
Text Example
Text Example
White with #07873B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07873B; }
p { color: rgb(7,135,59); }
H1.HeaderClassName
{
color: #07873B;
}
.AnyTagClassName
{
color: #07873B;
}
</style>
background-color css
<style>
a { background-color: #07873B; }
a { background-color: rgb(7,135,59); }
div.DivClassName
{
background-color: #07873B;
}
.BgClassName
{
background-color: #07873B;
}
</style>
border-color css
<style>
span { border-color: #07873B; }
span { border-color: rgb(7,135,59); }
td.TdClassName
{
border-color: #07873B;
}
.TagClassName
{
border-color: #07873B;
}
</style>