Shades of Salem #07824F
Tints of Salem #07824F
RGB
CMYK
RGB Variations
Color information
#07824F (or 0x07824F) is known color: Salem. HEX triplet: 07, 82 and 4F. RGB value is (7,130,79). Sum of RGB (Red+Green+Blue) = 7+130+79=216 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.24% from 216); Green value is 130 (51.17% from 255 or 60.19% from 216); Blue value is 79 (31.25% from 255 or 36.57% from 216); Max value from RGB is 130 - color contains mainly: green. Hex color #07824F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07824F is #F87DB0. Grayscale: #575757. Windows color (decimal): -16285105 or 5210631. OLE color: 5210631.
HSL color Cylindrical-coordinate representation of color #07824F: hue angle of 155.12º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07824F is Cyan = 0.95, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 7 | 130 | 79 | - |
| CMYK | 0.95 | 0 | 0.39 | 0.49 |
| HSL | 155.12º | 0.9% | 0.27% | - |
| HSV(B) | 155.12º | 0.95% | 0.51% | - |
| XYZ | 9.48 | 16.57 | 10.1 | - |
| YUV | 87.41 | 123.25 | 70.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 130 | 79 | 0.95 | 0 | 0.39 | 0.49 | 155.12 | 0.9 | 0.27 |
| Hex | 7 | 82 | 4F | 5F | 0 | 27 | 31 | 9B | 5A | 1B |
| Octal | 7 | 202 | 117 | 137 | 0 | 47 | 61 | 233 | 132 | 33 |
| Binary | 111 | 10000010 | 1001111 | 1011111 | 0 | 100111 | 110001 | 10011011 | 1011010 | 11011 |
Color Harmonies of #07824F
Complementary color
Monochromatic Colors of #07824F
Black with #07824F
Text Example
Text Example
White with #07824F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07824F; }
p { color: rgb(7,130,79); }
H1.HeaderClassName
{
color: #07824F;
}
.AnyTagClassName
{
color: #07824F;
}
</style>
background-color css
<style>
a { background-color: #07824F; }
a { background-color: rgb(7,130,79); }
div.DivClassName
{
background-color: #07824F;
}
.BgClassName
{
background-color: #07824F;
}
</style>
border-color css
<style>
span { border-color: #07824F; }
span { border-color: rgb(7,130,79); }
td.TdClassName
{
border-color: #07824F;
}
.TagClassName
{
border-color: #07824F;
}
</style>