Shades of Salem #07893B
Tints of Salem #07893B
RGB
CMYK
RGB Variations
Color information
#07893B (or 0x07893B) is known color: Salem. HEX triplet: 07, 89 and 3B. RGB value is (7,137,59). Sum of RGB (Red+Green+Blue) = 7+137+59=203 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.45% from 203); Green value is 137 (53.91% from 255 or 67.49% from 203); Blue value is 59 (23.44% from 255 or 29.06% from 203); Max value from RGB is 137 - color contains mainly: green. Hex color #07893B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07893B is #F876C4. Grayscale: #595959. Windows color (decimal): -16283333 or 3901703. OLE color: 3901703.
HSL color Cylindrical-coordinate representation of color #07893B: hue angle of 144º 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 #07893B is Cyan = 0.95, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 7 | 137 | 59 | - |
| CMYK | 0.95 | 0 | 0.57 | 0.46 |
| HSL | 144º | 0.9% | 0.28% | - |
| HSV(B) | 144º | 0.95% | 0.54% | - |
| XYZ | 9.82 | 18.25 | 7.14 | - |
| YUV | 89.24 | 110.93 | 69.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 137 | 59 | 0.95 | 0 | 0.57 | 0.46 | 144 | 0.9 | 0.28 |
| Hex | 7 | 89 | 3B | 5F | 0 | 39 | 2E | 90 | 5A | 1C |
| Octal | 7 | 211 | 73 | 137 | 0 | 71 | 56 | 220 | 132 | 34 |
| Binary | 111 | 10001001 | 111011 | 1011111 | 0 | 111001 | 101110 | 10010000 | 1011010 | 11100 |
Color Harmonies of #07893B
Complementary color
Monochromatic Colors of #07893B
Black with #07893B
Text Example
Text Example
White with #07893B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07893B; }
p { color: rgb(7,137,59); }
H1.HeaderClassName
{
color: #07893B;
}
.AnyTagClassName
{
color: #07893B;
}
</style>
background-color css
<style>
a { background-color: #07893B; }
a { background-color: rgb(7,137,59); }
div.DivClassName
{
background-color: #07893B;
}
.BgClassName
{
background-color: #07893B;
}
</style>
border-color css
<style>
span { border-color: #07893B; }
span { border-color: rgb(7,137,59); }
td.TdClassName
{
border-color: #07893B;
}
.TagClassName
{
border-color: #07893B;
}
</style>