Shades of Salem #07894F
Tints of Salem #07894F
RGB
CMYK
RGB Variations
Color information
#07894F (or 0x07894F) is known color: Salem. HEX triplet: 07, 89 and 4F. RGB value is (7,137,79). Sum of RGB (Red+Green+Blue) = 7+137+79=223 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.14% from 223); Green value is 137 (53.91% from 255 or 61.43% from 223); Blue value is 79 (31.25% from 255 or 35.43% from 223); Max value from RGB is 137 - color contains mainly: green. Hex color #07894F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07894F is #F876B0. Grayscale: #5B5B5B. Windows color (decimal): -16283313 or 5212423. OLE color: 5212423.
HSL color Cylindrical-coordinate representation of color #07894F: hue angle of 153.23º 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 #07894F is Cyan = 0.95, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 7 | 137 | 79 | - |
| CMYK | 0.95 | 0 | 0.42 | 0.46 |
| HSL | 153.23º | 0.9% | 0.28% | - |
| HSV(B) | 153.23º | 0.95% | 0.54% | - |
| XYZ | 10.44 | 18.5 | 10.42 | - |
| YUV | 91.52 | 120.93 | 67.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 137 | 79 | 0.95 | 0 | 0.42 | 0.46 | 153.23 | 0.9 | 0.28 |
| Hex | 7 | 89 | 4F | 5F | 0 | 2A | 2E | 99 | 5A | 1C |
| Octal | 7 | 211 | 117 | 137 | 0 | 52 | 56 | 231 | 132 | 34 |
| Binary | 111 | 10001001 | 1001111 | 1011111 | 0 | 101010 | 101110 | 10011001 | 1011010 | 11100 |
Color Harmonies of #07894F
Complementary color
Monochromatic Colors of #07894F
Black with #07894F
Text Example
Text Example
White with #07894F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07894F; }
p { color: rgb(7,137,79); }
H1.HeaderClassName
{
color: #07894F;
}
.AnyTagClassName
{
color: #07894F;
}
</style>
background-color css
<style>
a { background-color: #07894F; }
a { background-color: rgb(7,137,79); }
div.DivClassName
{
background-color: #07894F;
}
.BgClassName
{
background-color: #07894F;
}
</style>
border-color css
<style>
span { border-color: #07894F; }
span { border-color: rgb(7,137,79); }
td.TdClassName
{
border-color: #07894F;
}
.TagClassName
{
border-color: #07894F;
}
</style>