Shades of Salem #07853C
Tints of Salem #07853C
RGB
CMYK
RGB Variations
Color information
#07853C (or 0x07853C) is known color: Salem. HEX triplet: 07, 85 and 3C. RGB value is (7,133,60). Sum of RGB (Red+Green+Blue) = 7+133+60=200 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.5% from 200); Green value is 133 (52.34% from 255 or 66.5% from 200); Blue value is 60 (23.83% from 255 or 30% from 200); Max value from RGB is 133 - color contains mainly: green. Hex color #07853C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07853C is #F87AC3. Grayscale: #575757. Windows color (decimal): -16284356 or 3966215. OLE color: 3966215.
HSL color Cylindrical-coordinate representation of color #07853C: hue angle of 145.24º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07853C is Cyan = 0.95, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 7 | 133 | 60 | - |
| CMYK | 0.95 | 0 | 0.55 | 0.48 |
| HSL | 145.24º | 0.9% | 0.27% | - |
| HSV(B) | 145.24º | 0.95% | 0.52% | - |
| XYZ | 9.29 | 17.15 | 7.09 | - |
| YUV | 87 | 112.76 | 70.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 133 | 60 | 0.95 | 0 | 0.55 | 0.48 | 145.24 | 0.9 | 0.27 |
| Hex | 7 | 85 | 3C | 5F | 0 | 37 | 30 | 91 | 5A | 1B |
| Octal | 7 | 205 | 74 | 137 | 0 | 67 | 60 | 221 | 132 | 33 |
| Binary | 111 | 10000101 | 111100 | 1011111 | 0 | 110111 | 110000 | 10010001 | 1011010 | 11011 |
Color Harmonies of #07853C
Complementary color
Monochromatic Colors of #07853C
Black with #07853C
Text Example
Text Example
White with #07853C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07853C; }
p { color: rgb(7,133,60); }
H1.HeaderClassName
{
color: #07853C;
}
.AnyTagClassName
{
color: #07853C;
}
</style>
background-color css
<style>
a { background-color: #07853C; }
a { background-color: rgb(7,133,60); }
div.DivClassName
{
background-color: #07853C;
}
.BgClassName
{
background-color: #07853C;
}
</style>
border-color css
<style>
span { border-color: #07853C; }
span { border-color: rgb(7,133,60); }
td.TdClassName
{
border-color: #07853C;
}
.TagClassName
{
border-color: #07853C;
}
</style>