Shades of Salem #0D754E
Tints of Salem #0D754E
RGB
CMYK
RGB Variations
Color information
#0D754E (or 0x0D754E) is known color: Salem. HEX triplet: 0D, 75 and 4E. RGB value is (13,117,78). Sum of RGB (Red+Green+Blue) = 13+117+78=208 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.25% from 208); Green value is 117 (46.09% from 255 or 56.25% from 208); Blue value is 78 (30.86% from 255 or 37.5% from 208); Max value from RGB is 117 - color contains mainly: green. Hex color #0D754E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D754E is #F28AB1. Grayscale: #515151. Windows color (decimal): -15895218 or 5141773. OLE color: 5141773.
HSL color Cylindrical-coordinate representation of color #0D754E: hue angle of 157.5º 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 #0D754E is Cyan = 0.89, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 13 | 117 | 78 | - |
| CMYK | 0.89 | 0 | 0.33 | 0.54 |
| HSL | 157.5º | 0.8% | 0.25% | - |
| HSV(B) | 157.5º | 0.89% | 0.46% | - |
| XYZ | 7.9 | 13.36 | 9.37 | - |
| YUV | 81.46 | 126.04 | 79.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 117 | 78 | 0.89 | 0 | 0.33 | 0.54 | 157.5 | 0.8 | 0.25 |
| Hex | D | 75 | 4E | 59 | 0 | 21 | 36 | 9E | 50 | 19 |
| Octal | 15 | 165 | 116 | 131 | 0 | 41 | 66 | 236 | 120 | 31 |
| Binary | 1101 | 1110101 | 1001110 | 1011001 | 0 | 100001 | 110110 | 10011110 | 1010000 | 11001 |
Color Harmonies of #0D754E
Complementary color
Monochromatic Colors of #0D754E
Black with #0D754E
Text Example
Text Example
White with #0D754E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D754E; }
p { color: rgb(13,117,78); }
H1.HeaderClassName
{
color: #0D754E;
}
.AnyTagClassName
{
color: #0D754E;
}
</style>
background-color css
<style>
a { background-color: #0D754E; }
a { background-color: rgb(13,117,78); }
div.DivClassName
{
background-color: #0D754E;
}
.BgClassName
{
background-color: #0D754E;
}
</style>
border-color css
<style>
span { border-color: #0D754E; }
span { border-color: rgb(13,117,78); }
td.TdClassName
{
border-color: #0D754E;
}
.TagClassName
{
border-color: #0D754E;
}
</style>