Shades of Salem #07884C
Tints of Salem #07884C
RGB
CMYK
RGB Variations
Color information
#07884C (or 0x07884C) is known color: Salem. HEX triplet: 07, 88 and 4C. RGB value is (7,136,76). Sum of RGB (Red+Green+Blue) = 7+136+76=219 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.20% from 219); Green value is 136 (53.52% from 255 or 62.10% from 219); Blue value is 76 (30.08% from 255 or 34.70% from 219); Max value from RGB is 136 - color contains mainly: green. Hex color #07884C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07884C is #F877B3. Grayscale: #5A5A5A. Windows color (decimal): -16283572 or 5015559. OLE color: 5015559.
HSL color Cylindrical-coordinate representation of color #07884C: hue angle of 152.09º 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 #07884C is Cyan = 0.95, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 7 | 136 | 76 | - |
| CMYK | 0.95 | 0 | 0.44 | 0.47 |
| HSL | 152.09º | 0.9% | 0.28% | - |
| HSV(B) | 152.09º | 0.95% | 0.53% | - |
| XYZ | 10.2 | 18.18 | 9.81 | - |
| YUV | 90.59 | 119.76 | 68.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 136 | 76 | 0.95 | 0 | 0.44 | 0.47 | 152.09 | 0.9 | 0.28 |
| Hex | 7 | 88 | 4C | 5F | 0 | 2C | 2F | 98 | 5A | 1C |
| Octal | 7 | 210 | 114 | 137 | 0 | 54 | 57 | 230 | 132 | 34 |
| Binary | 111 | 10001000 | 1001100 | 1011111 | 0 | 101100 | 101111 | 10011000 | 1011010 | 11100 |
Color Harmonies of #07884C
Complementary color
Monochromatic Colors of #07884C
Black with #07884C
Text Example
Text Example
White with #07884C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07884C; }
p { color: rgb(7,136,76); }
H1.HeaderClassName
{
color: #07884C;
}
.AnyTagClassName
{
color: #07884C;
}
</style>
background-color css
<style>
a { background-color: #07884C; }
a { background-color: rgb(7,136,76); }
div.DivClassName
{
background-color: #07884C;
}
.BgClassName
{
background-color: #07884C;
}
</style>
border-color css
<style>
span { border-color: #07884C; }
span { border-color: rgb(7,136,76); }
td.TdClassName
{
border-color: #07884C;
}
.TagClassName
{
border-color: #07884C;
}
</style>