Shades of Salem #0D7B4A
Tints of Salem #0D7B4A
RGB
CMYK
RGB Variations
Color information
#0D7B4A (or 0x0D7B4A) is known color: Salem. HEX triplet: 0D, 7B and 4A. RGB value is (13,123,74). Sum of RGB (Red+Green+Blue) = 13+123+74=210 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.19% from 210); Green value is 123 (48.44% from 255 or 58.57% from 210); Blue value is 74 (29.30% from 255 or 35.24% from 210); Max value from RGB is 123 - color contains mainly: green. Hex color #0D7B4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D7B4A is #F284B5. Grayscale: #545454. Windows color (decimal): -15893686 or 4881165. OLE color: 4881165.
HSL color Cylindrical-coordinate representation of color #0D7B4A: hue angle of 153.27º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D7B4A is Cyan = 0.89, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 13 | 123 | 74 | - |
| CMYK | 0.89 | 0 | 0.40 | 0.52 |
| HSL | 153.27º | 0.81% | 0.27% | - |
| HSV(B) | 153.27º | 0.89% | 0.48% | - |
| XYZ | 8.48 | 14.75 | 8.88 | - |
| YUV | 84.52 | 122.06 | 76.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 123 | 74 | 0.89 | 0 | 0.40 | 0.52 | 153.27 | 0.81 | 0.27 |
| Hex | D | 7B | 4A | 59 | 0 | 28 | 34 | 99 | 51 | 1B |
| Octal | 15 | 173 | 112 | 131 | 0 | 50 | 64 | 231 | 121 | 33 |
| Binary | 1101 | 1111011 | 1001010 | 1011001 | 0 | 101000 | 110100 | 10011001 | 1010001 | 11011 |
Color Harmonies of #0D7B4A
Complementary color
Monochromatic Colors of #0D7B4A
Black with #0D7B4A
Text Example
Text Example
White with #0D7B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D7B4A; }
p { color: rgb(13,123,74); }
H1.HeaderClassName
{
color: #0D7B4A;
}
.AnyTagClassName
{
color: #0D7B4A;
}
</style>
background-color css
<style>
a { background-color: #0D7B4A; }
a { background-color: rgb(13,123,74); }
div.DivClassName
{
background-color: #0D7B4A;
}
.BgClassName
{
background-color: #0D7B4A;
}
</style>
border-color css
<style>
span { border-color: #0D7B4A; }
span { border-color: rgb(13,123,74); }
td.TdClassName
{
border-color: #0D7B4A;
}
.TagClassName
{
border-color: #0D7B4A;
}
</style>