Shades of Salem #07893D
Tints of Salem #07893D
RGB
CMYK
RGB Variations
Color information
#07893D (or 0x07893D) is known color: Salem. HEX triplet: 07, 89 and 3D. RGB value is (7,137,61). Sum of RGB (Red+Green+Blue) = 7+137+61=205 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.41% from 205); Green value is 137 (53.91% from 255 or 66.83% from 205); Blue value is 61 (24.22% from 255 or 29.76% from 205); Max value from RGB is 137 - color contains mainly: green. Hex color #07893D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07893D is #F876C2. Grayscale: #595959. Windows color (decimal): -16283331 or 4032775. OLE color: 4032775.
HSL color Cylindrical-coordinate representation of color #07893D: hue angle of 144.92º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07893D is Cyan = 0.95, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 7 | 137 | 61 | - |
| CMYK | 0.95 | 0 | 0.55 | 0.46 |
| HSL | 144.92º | 0.9% | 0.28% | - |
| HSV(B) | 144.92º | 0.95% | 0.54% | - |
| XYZ | 9.88 | 18.27 | 7.42 | - |
| YUV | 89.47 | 111.93 | 69.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 137 | 61 | 0.95 | 0 | 0.55 | 0.46 | 144.92 | 0.9 | 0.28 |
| Hex | 7 | 89 | 3D | 5F | 0 | 37 | 2E | 91 | 5A | 1C |
| Octal | 7 | 211 | 75 | 137 | 0 | 67 | 56 | 221 | 132 | 34 |
| Binary | 111 | 10001001 | 111101 | 1011111 | 0 | 110111 | 101110 | 10010001 | 1011010 | 11100 |
Color Harmonies of #07893D
Complementary color
Monochromatic Colors of #07893D
Black with #07893D
Text Example
Text Example
White with #07893D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07893D; }
p { color: rgb(7,137,61); }
H1.HeaderClassName
{
color: #07893D;
}
.AnyTagClassName
{
color: #07893D;
}
</style>
background-color css
<style>
a { background-color: #07893D; }
a { background-color: rgb(7,137,61); }
div.DivClassName
{
background-color: #07893D;
}
.BgClassName
{
background-color: #07893D;
}
</style>
border-color css
<style>
span { border-color: #07893D; }
span { border-color: rgb(7,137,61); }
td.TdClassName
{
border-color: #07893D;
}
.TagClassName
{
border-color: #07893D;
}
</style>