Shades of Salem #0D774D
Tints of Salem #0D774D
RGB
CMYK
RGB Variations
Color information
#0D774D (or 0x0D774D) is known color: Salem. HEX triplet: 0D, 77 and 4D. RGB value is (13,119,77). Sum of RGB (Red+Green+Blue) = 13+119+77=209 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.22% from 209); Green value is 119 (46.88% from 255 or 56.94% from 209); Blue value is 77 (30.47% from 255 or 36.84% from 209); Max value from RGB is 119 - color contains mainly: green. Hex color #0D774D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D774D is #F288B2. Grayscale: #525252. Windows color (decimal): -15894707 or 5076749. OLE color: 5076749.
HSL color Cylindrical-coordinate representation of color #0D774D: hue angle of 156.23º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D774D is Cyan = 0.89, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 13 | 119 | 77 | - |
| CMYK | 0.89 | 0 | 0.35 | 0.53 |
| HSL | 156.23º | 0.8% | 0.26% | - |
| HSV(B) | 156.23º | 0.89% | 0.47% | - |
| XYZ | 8.1 | 13.82 | 9.26 | - |
| YUV | 82.52 | 124.88 | 78.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 119 | 77 | 0.89 | 0 | 0.35 | 0.53 | 156.23 | 0.8 | 0.26 |
| Hex | D | 77 | 4D | 59 | 0 | 23 | 35 | 9C | 50 | 1A |
| Octal | 15 | 167 | 115 | 131 | 0 | 43 | 65 | 234 | 120 | 32 |
| Binary | 1101 | 1110111 | 1001101 | 1011001 | 0 | 100011 | 110101 | 10011100 | 1010000 | 11010 |
Color Harmonies of #0D774D
Complementary color
Monochromatic Colors of #0D774D
Black with #0D774D
Text Example
Text Example
White with #0D774D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D774D; }
p { color: rgb(13,119,77); }
H1.HeaderClassName
{
color: #0D774D;
}
.AnyTagClassName
{
color: #0D774D;
}
</style>
background-color css
<style>
a { background-color: #0D774D; }
a { background-color: rgb(13,119,77); }
div.DivClassName
{
background-color: #0D774D;
}
.BgClassName
{
background-color: #0D774D;
}
</style>
border-color css
<style>
span { border-color: #0D774D; }
span { border-color: rgb(13,119,77); }
td.TdClassName
{
border-color: #0D774D;
}
.TagClassName
{
border-color: #0D774D;
}
</style>