Shades of Salem #07893A
Tints of Salem #07893A
RGB
CMYK
RGB Variations
Color information
#07893A (or 0x07893A) is known color: Salem. HEX triplet: 07, 89 and 3A. RGB value is (7,137,58). Sum of RGB (Red+Green+Blue) = 7+137+58=202 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.47% from 202); Green value is 137 (53.91% from 255 or 67.82% from 202); Blue value is 58 (23.05% from 255 or 28.71% from 202); Max value from RGB is 137 - color contains mainly: green. Hex color #07893A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07893A is #F876C5. Grayscale: #595959. Windows color (decimal): -16283334 or 3836167. OLE color: 3836167.
HSL color Cylindrical-coordinate representation of color #07893A: hue angle of 143.54º 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 #07893A is Cyan = 0.95, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 7 | 137 | 58 | - |
| CMYK | 0.95 | 0 | 0.58 | 0.46 |
| HSL | 143.54º | 0.9% | 0.28% | - |
| HSV(B) | 143.54º | 0.95% | 0.54% | - |
| XYZ | 9.8 | 18.24 | 7.01 | - |
| YUV | 89.12 | 110.43 | 69.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 137 | 58 | 0.95 | 0 | 0.58 | 0.46 | 143.54 | 0.9 | 0.28 |
| Hex | 7 | 89 | 3A | 5F | 0 | 3A | 2E | 90 | 5A | 1C |
| Octal | 7 | 211 | 72 | 137 | 0 | 72 | 56 | 220 | 132 | 34 |
| Binary | 111 | 10001001 | 111010 | 1011111 | 0 | 111010 | 101110 | 10010000 | 1011010 | 11100 |
Color Harmonies of #07893A
Complementary color
Monochromatic Colors of #07893A
Black with #07893A
Text Example
Text Example
White with #07893A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07893A; }
p { color: rgb(7,137,58); }
H1.HeaderClassName
{
color: #07893A;
}
.AnyTagClassName
{
color: #07893A;
}
</style>
background-color css
<style>
a { background-color: #07893A; }
a { background-color: rgb(7,137,58); }
div.DivClassName
{
background-color: #07893A;
}
.BgClassName
{
background-color: #07893A;
}
</style>
border-color css
<style>
span { border-color: #07893A; }
span { border-color: rgb(7,137,58); }
td.TdClassName
{
border-color: #07893A;
}
.TagClassName
{
border-color: #07893A;
}
</style>