Shades of Salem #0D794B
Tints of Salem #0D794B
RGB
CMYK
RGB Variations
Color information
#0D794B (or 0x0D794B) is known color: Salem. HEX triplet: 0D, 79 and 4B. RGB value is (13,121,75). Sum of RGB (Red+Green+Blue) = 13+121+75=209 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.22% from 209); Green value is 121 (47.66% from 255 or 57.89% from 209); Blue value is 75 (29.69% from 255 or 35.89% from 209); Max value from RGB is 121 - color contains mainly: green. Hex color #0D794B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D794B is #F286B4. Grayscale: #535353. Windows color (decimal): -15894197 or 4946189. OLE color: 4946189.
HSL color Cylindrical-coordinate representation of color #0D794B: hue angle of 154.44º 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 #0D794B is Cyan = 0.89, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 13 | 121 | 75 | - |
| CMYK | 0.89 | 0 | 0.38 | 0.53 |
| HSL | 154.44º | 0.81% | 0.26% | - |
| HSV(B) | 154.44º | 0.89% | 0.47% | - |
| XYZ | 8.27 | 14.27 | 8.97 | - |
| YUV | 83.46 | 123.22 | 77.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 121 | 75 | 0.89 | 0 | 0.38 | 0.53 | 154.44 | 0.81 | 0.26 |
| Hex | D | 79 | 4B | 59 | 0 | 26 | 35 | 9A | 51 | 1A |
| Octal | 15 | 171 | 113 | 131 | 0 | 46 | 65 | 232 | 121 | 32 |
| Binary | 1101 | 1111001 | 1001011 | 1011001 | 0 | 100110 | 110101 | 10011010 | 1010001 | 11010 |
Color Harmonies of #0D794B
Complementary color
Monochromatic Colors of #0D794B
Black with #0D794B
Text Example
Text Example
White with #0D794B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D794B; }
p { color: rgb(13,121,75); }
H1.HeaderClassName
{
color: #0D794B;
}
.AnyTagClassName
{
color: #0D794B;
}
</style>
background-color css
<style>
a { background-color: #0D794B; }
a { background-color: rgb(13,121,75); }
div.DivClassName
{
background-color: #0D794B;
}
.BgClassName
{
background-color: #0D794B;
}
</style>
border-color css
<style>
span { border-color: #0D794B; }
span { border-color: rgb(13,121,75); }
td.TdClassName
{
border-color: #0D794B;
}
.TagClassName
{
border-color: #0D794B;
}
</style>