Shades of Salem #07804B
Tints of Salem #07804B
RGB
CMYK
RGB Variations
Color information
#07804B (or 0x07804B) is known color: Salem. HEX triplet: 07, 80 and 4B. RGB value is (7,128,75). Sum of RGB (Red+Green+Blue) = 7+128+75=210 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.33% from 210); Green value is 128 (50.39% from 255 or 60.95% from 210); Blue value is 75 (29.69% from 255 or 35.71% from 210); Max value from RGB is 128 - color contains mainly: green. Hex color #07804B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07804B is #F87FB4. Grayscale: #555555. Windows color (decimal): -16285621 or 4947975. OLE color: 4947975.
HSL color Cylindrical-coordinate representation of color #07804B: hue angle of 153.72º 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 #07804B is Cyan = 0.95, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 7 | 128 | 75 | - |
| CMYK | 0.95 | 0 | 0.41 | 0.50 |
| HSL | 153.72º | 0.9% | 0.26% | - |
| HSV(B) | 153.72º | 0.95% | 0.5% | - |
| XYZ | 9.08 | 15.99 | 9.26 | - |
| YUV | 85.78 | 121.91 | 71.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 128 | 75 | 0.95 | 0 | 0.41 | 0.50 | 153.72 | 0.9 | 0.26 |
| Hex | 7 | 80 | 4B | 5F | 0 | 29 | 32 | 9A | 5A | 1A |
| Octal | 7 | 200 | 113 | 137 | 0 | 51 | 62 | 232 | 132 | 32 |
| Binary | 111 | 10000000 | 1001011 | 1011111 | 0 | 101001 | 110010 | 10011010 | 1011010 | 11010 |
Color Harmonies of #07804B
Complementary color
Monochromatic Colors of #07804B
Black with #07804B
Text Example
Text Example
White with #07804B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07804B; }
p { color: rgb(7,128,75); }
H1.HeaderClassName
{
color: #07804B;
}
.AnyTagClassName
{
color: #07804B;
}
</style>
background-color css
<style>
a { background-color: #07804B; }
a { background-color: rgb(7,128,75); }
div.DivClassName
{
background-color: #07804B;
}
.BgClassName
{
background-color: #07804B;
}
</style>
border-color css
<style>
span { border-color: #07804B; }
span { border-color: rgb(7,128,75); }
td.TdClassName
{
border-color: #07804B;
}
.TagClassName
{
border-color: #07804B;
}
</style>