Shades of Salem #0A7E4D
Tints of Salem #0A7E4D
RGB
CMYK
RGB Variations
Color information
#0A7E4D (or 0x0A7E4D) is known color: Salem. HEX triplet: 0A, 7E and 4D. RGB value is (10,126,77). Sum of RGB (Red+Green+Blue) = 10+126+77=213 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.69% from 213); Green value is 126 (49.61% from 255 or 59.15% from 213); Blue value is 77 (30.47% from 255 or 36.15% from 213); Max value from RGB is 126 - color contains mainly: green. Hex color #0A7E4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7E4D is #F581B2. Grayscale: #555555. Windows color (decimal): -16089523 or 5078538. OLE color: 5078538.
HSL color Cylindrical-coordinate representation of color #0A7E4D: hue angle of 154.66º degrees, saturation: 0.85, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A7E4D is Cyan = 0.92, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 10 | 126 | 77 | - |
| CMYK | 0.92 | 0 | 0.39 | 0.51 |
| HSL | 154.66º | 0.85% | 0.27% | - |
| HSV(B) | 154.66º | 0.92% | 0.49% | - |
| XYZ | 8.93 | 15.52 | 9.55 | - |
| YUV | 85.73 | 123.07 | 73.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 126 | 77 | 0.92 | 0 | 0.39 | 0.51 | 154.66 | 0.85 | 0.27 |
| Hex | A | 7E | 4D | 5C | 0 | 27 | 33 | 9B | 55 | 1B |
| Octal | 12 | 176 | 115 | 134 | 0 | 47 | 63 | 233 | 125 | 33 |
| Binary | 1010 | 1111110 | 1001101 | 1011100 | 0 | 100111 | 110011 | 10011011 | 1010101 | 11011 |
Color Harmonies of #0A7E4D
Complementary color
Monochromatic Colors of #0A7E4D
Black with #0A7E4D
Text Example
Text Example
White with #0A7E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A7E4D; }
p { color: rgb(10,126,77); }
H1.HeaderClassName
{
color: #0A7E4D;
}
.AnyTagClassName
{
color: #0A7E4D;
}
</style>
background-color css
<style>
a { background-color: #0A7E4D; }
a { background-color: rgb(10,126,77); }
div.DivClassName
{
background-color: #0A7E4D;
}
.BgClassName
{
background-color: #0A7E4D;
}
</style>
border-color css
<style>
span { border-color: #0A7E4D; }
span { border-color: rgb(10,126,77); }
td.TdClassName
{
border-color: #0A7E4D;
}
.TagClassName
{
border-color: #0A7E4D;
}
</style>