Shades of Salem #07863D
Tints of Salem #07863D
RGB
CMYK
RGB Variations
Color information
#07863D (or 0x07863D) is known color: Salem. HEX triplet: 07, 86 and 3D. RGB value is (7,134,61). Sum of RGB (Red+Green+Blue) = 7+134+61=202 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.47% from 202); Green value is 134 (52.73% from 255 or 66.34% from 202); Blue value is 61 (24.22% from 255 or 30.20% from 202); Max value from RGB is 134 - color contains mainly: green. Hex color #07863D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07863D is #F879C2. Grayscale: #575757. Windows color (decimal): -16284099 or 4032007. OLE color: 4032007.
HSL color Cylindrical-coordinate representation of color #07863D: hue angle of 145.51º 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 #07863D is Cyan = 0.95, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 7 | 134 | 61 | - |
| CMYK | 0.95 | 0 | 0.54 | 0.47 |
| HSL | 145.51º | 0.9% | 0.28% | - |
| HSV(B) | 145.51º | 0.95% | 0.53% | - |
| XYZ | 9.46 | 17.43 | 7.28 | - |
| YUV | 87.71 | 112.92 | 70.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 134 | 61 | 0.95 | 0 | 0.54 | 0.47 | 145.51 | 0.9 | 0.28 |
| Hex | 7 | 86 | 3D | 5F | 0 | 36 | 2F | 92 | 5A | 1C |
| Octal | 7 | 206 | 75 | 137 | 0 | 66 | 57 | 222 | 132 | 34 |
| Binary | 111 | 10000110 | 111101 | 1011111 | 0 | 110110 | 101111 | 10010010 | 1011010 | 11100 |
Color Harmonies of #07863D
Complementary color
Monochromatic Colors of #07863D
Black with #07863D
Text Example
Text Example
White with #07863D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07863D; }
p { color: rgb(7,134,61); }
H1.HeaderClassName
{
color: #07863D;
}
.AnyTagClassName
{
color: #07863D;
}
</style>
background-color css
<style>
a { background-color: #07863D; }
a { background-color: rgb(7,134,61); }
div.DivClassName
{
background-color: #07863D;
}
.BgClassName
{
background-color: #07863D;
}
</style>
border-color css
<style>
span { border-color: #07863D; }
span { border-color: rgb(7,134,61); }
td.TdClassName
{
border-color: #07863D;
}
.TagClassName
{
border-color: #07863D;
}
</style>