Shades of Salem #07884B
Tints of Salem #07884B
RGB
CMYK
RGB Variations
Color information
#07884B (or 0x07884B) is known color: Salem. HEX triplet: 07, 88 and 4B. RGB value is (7,136,75). Sum of RGB (Red+Green+Blue) = 7+136+75=218 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.21% from 218); Green value is 136 (53.52% from 255 or 62.39% from 218); Blue value is 75 (29.69% from 255 or 34.40% from 218); Max value from RGB is 136 - color contains mainly: green. Hex color #07884B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07884B is #F877B4. Grayscale: #5A5A5A. Windows color (decimal): -16283573 or 4950023. OLE color: 4950023.
HSL color Cylindrical-coordinate representation of color #07884B: hue angle of 151.63º 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 #07884B is Cyan = 0.95, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 7 | 136 | 75 | - |
| CMYK | 0.95 | 0 | 0.45 | 0.47 |
| HSL | 151.63º | 0.9% | 0.28% | - |
| HSV(B) | 151.63º | 0.95% | 0.53% | - |
| XYZ | 10.16 | 18.16 | 9.63 | - |
| YUV | 90.48 | 119.26 | 68.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 136 | 75 | 0.95 | 0 | 0.45 | 0.47 | 151.63 | 0.9 | 0.28 |
| Hex | 7 | 88 | 4B | 5F | 0 | 2D | 2F | 98 | 5A | 1C |
| Octal | 7 | 210 | 113 | 137 | 0 | 55 | 57 | 230 | 132 | 34 |
| Binary | 111 | 10001000 | 1001011 | 1011111 | 0 | 101101 | 101111 | 10011000 | 1011010 | 11100 |
Color Harmonies of #07884B
Complementary color
Monochromatic Colors of #07884B
Black with #07884B
Text Example
Text Example
White with #07884B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07884B; }
p { color: rgb(7,136,75); }
H1.HeaderClassName
{
color: #07884B;
}
.AnyTagClassName
{
color: #07884B;
}
</style>
background-color css
<style>
a { background-color: #07884B; }
a { background-color: rgb(7,136,75); }
div.DivClassName
{
background-color: #07884B;
}
.BgClassName
{
background-color: #07884B;
}
</style>
border-color css
<style>
span { border-color: #07884B; }
span { border-color: rgb(7,136,75); }
td.TdClassName
{
border-color: #07884B;
}
.TagClassName
{
border-color: #07884B;
}
</style>