Shades of Salem #07884F
Tints of Salem #07884F
RGB
CMYK
RGB Variations
Color information
#07884F (or 0x07884F) is known color: Salem. HEX triplet: 07, 88 and 4F. RGB value is (7,136,79). Sum of RGB (Red+Green+Blue) = 7+136+79=222 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.15% from 222); Green value is 136 (53.52% from 255 or 61.26% from 222); Blue value is 79 (31.25% from 255 or 35.59% from 222); Max value from RGB is 136 - color contains mainly: green. Hex color #07884F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07884F is #F877B0. Grayscale: #5B5B5B. Windows color (decimal): -16283569 or 5212167. OLE color: 5212167.
HSL color Cylindrical-coordinate representation of color #07884F: hue angle of 153.49º 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 #07884F is Cyan = 0.95, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 7 | 136 | 79 | - |
| CMYK | 0.95 | 0 | 0.42 | 0.47 |
| HSL | 153.49º | 0.9% | 0.28% | - |
| HSV(B) | 153.49º | 0.95% | 0.53% | - |
| XYZ | 10.3 | 18.22 | 10.37 | - |
| YUV | 90.93 | 121.26 | 68.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 136 | 79 | 0.95 | 0 | 0.42 | 0.47 | 153.49 | 0.9 | 0.28 |
| Hex | 7 | 88 | 4F | 5F | 0 | 2A | 2F | 99 | 5A | 1C |
| Octal | 7 | 210 | 117 | 137 | 0 | 52 | 57 | 231 | 132 | 34 |
| Binary | 111 | 10001000 | 1001111 | 1011111 | 0 | 101010 | 101111 | 10011001 | 1011010 | 11100 |
Color Harmonies of #07884F
Complementary color
Monochromatic Colors of #07884F
Black with #07884F
Text Example
Text Example
White with #07884F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07884F; }
p { color: rgb(7,136,79); }
H1.HeaderClassName
{
color: #07884F;
}
.AnyTagClassName
{
color: #07884F;
}
</style>
background-color css
<style>
a { background-color: #07884F; }
a { background-color: rgb(7,136,79); }
div.DivClassName
{
background-color: #07884F;
}
.BgClassName
{
background-color: #07884F;
}
</style>
border-color css
<style>
span { border-color: #07884F; }
span { border-color: rgb(7,136,79); }
td.TdClassName
{
border-color: #07884F;
}
.TagClassName
{
border-color: #07884F;
}
</style>