Shades of Salem #0D754D
Tints of Salem #0D754D
RGB
CMYK
RGB Variations
Color information
#0D754D (or 0x0D754D) is known color: Salem. HEX triplet: 0D, 75 and 4D. RGB value is (13,117,77). Sum of RGB (Red+Green+Blue) = 13+117+77=207 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.28% from 207); Green value is 117 (46.09% from 255 or 56.52% from 207); Blue value is 77 (30.47% from 255 or 37.20% from 207); Max value from RGB is 117 - color contains mainly: green. Hex color #0D754D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D754D is #F28AB2. Grayscale: #515151. Windows color (decimal): -15895219 or 5076237. OLE color: 5076237.
HSL color Cylindrical-coordinate representation of color #0D754D: hue angle of 156.92º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D754D is Cyan = 0.89, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 13 | 117 | 77 | - |
| CMYK | 0.89 | 0 | 0.34 | 0.54 |
| HSL | 156.92º | 0.8% | 0.25% | - |
| HSV(B) | 156.92º | 0.89% | 0.46% | - |
| XYZ | 7.87 | 13.34 | 9.18 | - |
| YUV | 81.34 | 125.54 | 79.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 117 | 77 | 0.89 | 0 | 0.34 | 0.54 | 156.92 | 0.8 | 0.25 |
| Hex | D | 75 | 4D | 59 | 0 | 22 | 36 | 9D | 50 | 19 |
| Octal | 15 | 165 | 115 | 131 | 0 | 42 | 66 | 235 | 120 | 31 |
| Binary | 1101 | 1110101 | 1001101 | 1011001 | 0 | 100010 | 110110 | 10011101 | 1010000 | 11001 |
Color Harmonies of #0D754D
Complementary color
Monochromatic Colors of #0D754D
Black with #0D754D
Text Example
Text Example
White with #0D754D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D754D; }
p { color: rgb(13,117,77); }
H1.HeaderClassName
{
color: #0D754D;
}
.AnyTagClassName
{
color: #0D754D;
}
</style>
background-color css
<style>
a { background-color: #0D754D; }
a { background-color: rgb(13,117,77); }
div.DivClassName
{
background-color: #0D754D;
}
.BgClassName
{
background-color: #0D754D;
}
</style>
border-color css
<style>
span { border-color: #0D754D; }
span { border-color: rgb(13,117,77); }
td.TdClassName
{
border-color: #0D754D;
}
.TagClassName
{
border-color: #0D754D;
}
</style>