Shades of Salem #0D7D4E
Tints of Salem #0D7D4E
RGB
CMYK
RGB Variations
Color information
#0D7D4E (or 0x0D7D4E) is known color: Salem. HEX triplet: 0D, 7D and 4E. RGB value is (13,125,78). Sum of RGB (Red+Green+Blue) = 13+125+78=216 (28% of max value = 765). Red value is 13 (5.47% from 255 or 6.02% from 216); Green value is 125 (49.22% from 255 or 57.87% from 216); Blue value is 78 (30.86% from 255 or 36.11% from 216); Max value from RGB is 125 - color contains mainly: green. Hex color #0D7D4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D7D4E is #F282B1. Grayscale: #565656. Windows color (decimal): -15893170 or 5143821. OLE color: 5143821.
HSL color Cylindrical-coordinate representation of color #0D7D4E: hue angle of 154.82º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D7D4E is Cyan = 0.90, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 13 | 125 | 78 | - |
| CMYK | 0.90 | 0 | 0.38 | 0.51 |
| HSL | 154.82º | 0.81% | 0.27% | - |
| HSV(B) | 154.82º | 0.9% | 0.49% | - |
| XYZ | 8.87 | 15.3 | 9.69 | - |
| YUV | 86.15 | 123.39 | 75.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 125 | 78 | 0.90 | 0 | 0.38 | 0.51 | 154.82 | 0.81 | 0.27 |
| Hex | D | 7D | 4E | 5A | 0 | 26 | 33 | 9B | 51 | 1B |
| Octal | 15 | 175 | 116 | 132 | 0 | 46 | 63 | 233 | 121 | 33 |
| Binary | 1101 | 1111101 | 1001110 | 1011010 | 0 | 100110 | 110011 | 10011011 | 1010001 | 11011 |
Color Harmonies of #0D7D4E
Complementary color
Monochromatic Colors of #0D7D4E
Black with #0D7D4E
Text Example
Text Example
White with #0D7D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D7D4E; }
p { color: rgb(13,125,78); }
H1.HeaderClassName
{
color: #0D7D4E;
}
.AnyTagClassName
{
color: #0D7D4E;
}
</style>
background-color css
<style>
a { background-color: #0D7D4E; }
a { background-color: rgb(13,125,78); }
div.DivClassName
{
background-color: #0D7D4E;
}
.BgClassName
{
background-color: #0D7D4E;
}
</style>
border-color css
<style>
span { border-color: #0D7D4E; }
span { border-color: rgb(13,125,78); }
td.TdClassName
{
border-color: #0D7D4E;
}
.TagClassName
{
border-color: #0D7D4E;
}
</style>