Shades of Salem #07884A
Tints of Salem #07884A
RGB
CMYK
RGB Variations
Color information
#07884A (or 0x07884A) is known color: Salem. HEX triplet: 07, 88 and 4A. RGB value is (7,136,74). Sum of RGB (Red+Green+Blue) = 7+136+74=217 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.23% from 217); Green value is 136 (53.52% from 255 or 62.67% from 217); Blue value is 74 (29.30% from 255 or 34.10% from 217); Max value from RGB is 136 - color contains mainly: green. Hex color #07884A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07884A is #F877B5. Grayscale: #5A5A5A. Windows color (decimal): -16283574 or 4884487. OLE color: 4884487.
HSL color Cylindrical-coordinate representation of color #07884A: hue angle of 151.16º 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 #07884A is Cyan = 0.95, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 7 | 136 | 74 | - |
| CMYK | 0.95 | 0 | 0.46 | 0.47 |
| HSL | 151.16º | 0.9% | 0.28% | - |
| HSV(B) | 151.16º | 0.95% | 0.53% | - |
| XYZ | 10.13 | 18.15 | 9.45 | - |
| YUV | 90.36 | 118.76 | 68.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 136 | 74 | 0.95 | 0 | 0.46 | 0.47 | 151.16 | 0.9 | 0.28 |
| Hex | 7 | 88 | 4A | 5F | 0 | 2E | 2F | 97 | 5A | 1C |
| Octal | 7 | 210 | 112 | 137 | 0 | 56 | 57 | 227 | 132 | 34 |
| Binary | 111 | 10001000 | 1001010 | 1011111 | 0 | 101110 | 101111 | 10010111 | 1011010 | 11100 |
Color Harmonies of #07884A
Complementary color
Monochromatic Colors of #07884A
Black with #07884A
Text Example
Text Example
White with #07884A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07884A; }
p { color: rgb(7,136,74); }
H1.HeaderClassName
{
color: #07884A;
}
.AnyTagClassName
{
color: #07884A;
}
</style>
background-color css
<style>
a { background-color: #07884A; }
a { background-color: rgb(7,136,74); }
div.DivClassName
{
background-color: #07884A;
}
.BgClassName
{
background-color: #07884A;
}
</style>
border-color css
<style>
span { border-color: #07884A; }
span { border-color: rgb(7,136,74); }
td.TdClassName
{
border-color: #07884A;
}
.TagClassName
{
border-color: #07884A;
}
</style>