Shades of Salem #0D8755
Tints of Salem #0D8755
RGB
CMYK
RGB Variations
Color information
#0D8755 (or 0x0D8755) is known color: Salem. HEX triplet: 0D, 87 and 55. RGB value is (13,135,85). Sum of RGB (Red+Green+Blue) = 13+135+85=233 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.58% from 233); Green value is 135 (53.12% from 255 or 57.94% from 233); Blue value is 85 (33.59% from 255 or 36.48% from 233); Max value from RGB is 135 - color contains mainly: green. Hex color #0D8755 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D8755 is #F278AA. Grayscale: #5C5C5C. Windows color (decimal): -15890603 or 5605133. OLE color: 5605133.
HSL color Cylindrical-coordinate representation of color #0D8755: hue angle of 155.41º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D8755 is Cyan = 0.90, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 13 | 135 | 85 | - |
| CMYK | 0.90 | 0 | 0.37 | 0.47 |
| HSL | 155.41º | 0.82% | 0.29% | - |
| HSV(B) | 155.41º | 0.9% | 0.53% | - |
| XYZ | 10.47 | 18.07 | 11.53 | - |
| YUV | 92.82 | 123.58 | 71.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 135 | 85 | 0.90 | 0 | 0.37 | 0.47 | 155.41 | 0.82 | 0.29 |
| Hex | D | 87 | 55 | 5A | 0 | 25 | 2F | 9B | 52 | 1D |
| Octal | 15 | 207 | 125 | 132 | 0 | 45 | 57 | 233 | 122 | 35 |
| Binary | 1101 | 10000111 | 1010101 | 1011010 | 0 | 100101 | 101111 | 10011011 | 1010010 | 11101 |
Color Harmonies of #0D8755
Complementary color
Monochromatic Colors of #0D8755
Black with #0D8755
Text Example
Text Example
White with #0D8755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D8755; }
p { color: rgb(13,135,85); }
H1.HeaderClassName
{
color: #0D8755;
}
.AnyTagClassName
{
color: #0D8755;
}
</style>
background-color css
<style>
a { background-color: #0D8755; }
a { background-color: rgb(13,135,85); }
div.DivClassName
{
background-color: #0D8755;
}
.BgClassName
{
background-color: #0D8755;
}
</style>
border-color css
<style>
span { border-color: #0D8755; }
span { border-color: rgb(13,135,85); }
td.TdClassName
{
border-color: #0D8755;
}
.TagClassName
{
border-color: #0D8755;
}
</style>