Shades of Salem #0D754B
Tints of Salem #0D754B
RGB
CMYK
RGB Variations
Color information
#0D754B (or 0x0D754B) is known color: Salem. HEX triplet: 0D, 75 and 4B. RGB value is (13,117,75). Sum of RGB (Red+Green+Blue) = 13+117+75=205 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.34% from 205); Green value is 117 (46.09% from 255 or 57.07% from 205); Blue value is 75 (29.69% from 255 or 36.59% from 205); Max value from RGB is 117 - color contains mainly: green. Hex color #0D754B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D754B is #F28AB4. Grayscale: #515151. Windows color (decimal): -15895221 or 4945165. OLE color: 4945165.
HSL color Cylindrical-coordinate representation of color #0D754B: hue angle of 155.77º 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 #0D754B is Cyan = 0.89, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 13 | 117 | 75 | - |
| CMYK | 0.89 | 0 | 0.36 | 0.54 |
| HSL | 155.77º | 0.8% | 0.25% | - |
| HSV(B) | 155.77º | 0.89% | 0.46% | - |
| XYZ | 7.8 | 13.32 | 8.82 | - |
| YUV | 81.12 | 124.54 | 79.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 117 | 75 | 0.89 | 0 | 0.36 | 0.54 | 155.77 | 0.8 | 0.25 |
| Hex | D | 75 | 4B | 59 | 0 | 24 | 36 | 9C | 50 | 19 |
| Octal | 15 | 165 | 113 | 131 | 0 | 44 | 66 | 234 | 120 | 31 |
| Binary | 1101 | 1110101 | 1001011 | 1011001 | 0 | 100100 | 110110 | 10011100 | 1010000 | 11001 |
Color Harmonies of #0D754B
Complementary color
Monochromatic Colors of #0D754B
Black with #0D754B
Text Example
Text Example
White with #0D754B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D754B; }
p { color: rgb(13,117,75); }
H1.HeaderClassName
{
color: #0D754B;
}
.AnyTagClassName
{
color: #0D754B;
}
</style>
background-color css
<style>
a { background-color: #0D754B; }
a { background-color: rgb(13,117,75); }
div.DivClassName
{
background-color: #0D754B;
}
.BgClassName
{
background-color: #0D754B;
}
</style>
border-color css
<style>
span { border-color: #0D754B; }
span { border-color: rgb(13,117,75); }
td.TdClassName
{
border-color: #0D754B;
}
.TagClassName
{
border-color: #0D754B;
}
</style>