Shades of Salem #07804A
Tints of Salem #07804A
RGB
CMYK
RGB Variations
Color information
#07804A (or 0x07804A) is known color: Salem. HEX triplet: 07, 80 and 4A. RGB value is (7,128,74). Sum of RGB (Red+Green+Blue) = 7+128+74=209 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.35% from 209); Green value is 128 (50.39% from 255 or 61.24% from 209); Blue value is 74 (29.30% from 255 or 35.41% from 209); Max value from RGB is 128 - color contains mainly: green. Hex color #07804A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07804A is #F87FB5. Grayscale: #555555. Windows color (decimal): -16285622 or 4882439. OLE color: 4882439.
HSL color Cylindrical-coordinate representation of color #07804A: hue angle of 153.22º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07804A is Cyan = 0.95, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 7 | 128 | 74 | - |
| CMYK | 0.95 | 0 | 0.42 | 0.50 |
| HSL | 153.22º | 0.9% | 0.26% | - |
| HSV(B) | 153.22º | 0.95% | 0.5% | - |
| XYZ | 9.04 | 15.98 | 9.09 | - |
| YUV | 85.67 | 121.41 | 71.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 128 | 74 | 0.95 | 0 | 0.42 | 0.50 | 153.22 | 0.9 | 0.26 |
| Hex | 7 | 80 | 4A | 5F | 0 | 2A | 32 | 99 | 5A | 1A |
| Octal | 7 | 200 | 112 | 137 | 0 | 52 | 62 | 231 | 132 | 32 |
| Binary | 111 | 10000000 | 1001010 | 1011111 | 0 | 101010 | 110010 | 10011001 | 1011010 | 11010 |
Color Harmonies of #07804A
Complementary color
Monochromatic Colors of #07804A
Black with #07804A
Text Example
Text Example
White with #07804A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07804A; }
p { color: rgb(7,128,74); }
H1.HeaderClassName
{
color: #07804A;
}
.AnyTagClassName
{
color: #07804A;
}
</style>
background-color css
<style>
a { background-color: #07804A; }
a { background-color: rgb(7,128,74); }
div.DivClassName
{
background-color: #07804A;
}
.BgClassName
{
background-color: #07804A;
}
</style>
border-color css
<style>
span { border-color: #07804A; }
span { border-color: rgb(7,128,74); }
td.TdClassName
{
border-color: #07804A;
}
.TagClassName
{
border-color: #07804A;
}
</style>