Shades of Salem #0D794D
Tints of Salem #0D794D
RGB
CMYK
RGB Variations
Color information
#0D794D (or 0x0D794D) is known color: Salem. HEX triplet: 0D, 79 and 4D. RGB value is (13,121,77). Sum of RGB (Red+Green+Blue) = 13+121+77=211 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.16% from 211); Green value is 121 (47.66% from 255 or 57.35% from 211); Blue value is 77 (30.47% from 255 or 36.49% from 211); Max value from RGB is 121 - color contains mainly: green. Hex color #0D794D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D794D is #F286B2. Grayscale: #535353. Windows color (decimal): -15894195 or 5077261. OLE color: 5077261.
HSL color Cylindrical-coordinate representation of color #0D794D: hue angle of 155.56º degrees, saturation: 0.81, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D794D is Cyan = 0.89, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 13 | 121 | 77 | - |
| CMYK | 0.89 | 0 | 0.36 | 0.53 |
| HSL | 155.56º | 0.81% | 0.26% | - |
| HSV(B) | 155.56º | 0.89% | 0.47% | - |
| XYZ | 8.34 | 14.3 | 9.34 | - |
| YUV | 83.69 | 124.22 | 77.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 121 | 77 | 0.89 | 0 | 0.36 | 0.53 | 155.56 | 0.81 | 0.26 |
| Hex | D | 79 | 4D | 59 | 0 | 24 | 35 | 9C | 51 | 1A |
| Octal | 15 | 171 | 115 | 131 | 0 | 44 | 65 | 234 | 121 | 32 |
| Binary | 1101 | 1111001 | 1001101 | 1011001 | 0 | 100100 | 110101 | 10011100 | 1010001 | 11010 |
Color Harmonies of #0D794D
Complementary color
Monochromatic Colors of #0D794D
Black with #0D794D
Text Example
Text Example
White with #0D794D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D794D; }
p { color: rgb(13,121,77); }
H1.HeaderClassName
{
color: #0D794D;
}
.AnyTagClassName
{
color: #0D794D;
}
</style>
background-color css
<style>
a { background-color: #0D794D; }
a { background-color: rgb(13,121,77); }
div.DivClassName
{
background-color: #0D794D;
}
.BgClassName
{
background-color: #0D794D;
}
</style>
border-color css
<style>
span { border-color: #0D794D; }
span { border-color: rgb(13,121,77); }
td.TdClassName
{
border-color: #0D794D;
}
.TagClassName
{
border-color: #0D794D;
}
</style>