Shades of Salem #0D754F
Tints of Salem #0D754F
RGB
CMYK
RGB Variations
Color information
#0D754F (or 0x0D754F) is known color: Salem. HEX triplet: 0D, 75 and 4F. RGB value is (13,117,79). Sum of RGB (Red+Green+Blue) = 13+117+79=209 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.22% from 209); Green value is 117 (46.09% from 255 or 55.98% from 209); Blue value is 79 (31.25% from 255 or 37.80% from 209); Max value from RGB is 117 - color contains mainly: green. Hex color #0D754F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D754F is #F28AB0. Grayscale: #515151. Windows color (decimal): -15895217 or 5207309. OLE color: 5207309.
HSL color Cylindrical-coordinate representation of color #0D754F: hue angle of 158.08º 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 #0D754F is Cyan = 0.89, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 13 | 117 | 79 | - |
| CMYK | 0.89 | 0 | 0.32 | 0.54 |
| HSL | 158.08º | 0.8% | 0.25% | - |
| HSV(B) | 158.08º | 0.89% | 0.46% | - |
| XYZ | 7.94 | 13.37 | 9.56 | - |
| YUV | 81.57 | 126.54 | 79.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 117 | 79 | 0.89 | 0 | 0.32 | 0.54 | 158.08 | 0.8 | 0.25 |
| Hex | D | 75 | 4F | 59 | 0 | 20 | 36 | 9E | 50 | 19 |
| Octal | 15 | 165 | 117 | 131 | 0 | 40 | 66 | 236 | 120 | 31 |
| Binary | 1101 | 1110101 | 1001111 | 1011001 | 0 | 100000 | 110110 | 10011110 | 1010000 | 11001 |
Color Harmonies of #0D754F
Complementary color
Monochromatic Colors of #0D754F
Black with #0D754F
Text Example
Text Example
White with #0D754F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D754F; }
p { color: rgb(13,117,79); }
H1.HeaderClassName
{
color: #0D754F;
}
.AnyTagClassName
{
color: #0D754F;
}
</style>
background-color css
<style>
a { background-color: #0D754F; }
a { background-color: rgb(13,117,79); }
div.DivClassName
{
background-color: #0D754F;
}
.BgClassName
{
background-color: #0D754F;
}
</style>
border-color css
<style>
span { border-color: #0D754F; }
span { border-color: rgb(13,117,79); }
td.TdClassName
{
border-color: #0D754F;
}
.TagClassName
{
border-color: #0D754F;
}
</style>