Shades of Salem #0A7D4B
Tints of Salem #0A7D4B
RGB
CMYK
RGB Variations
Color information
#0A7D4B (or 0x0A7D4B) is known color: Salem. HEX triplet: 0A, 7D and 4B. RGB value is (10,125,75). Sum of RGB (Red+Green+Blue) = 10+125+75=210 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.76% from 210); Green value is 125 (49.22% from 255 or 59.52% from 210); Blue value is 75 (29.69% from 255 or 35.71% from 210); Max value from RGB is 125 - color contains mainly: green. Hex color #0A7D4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A7D4B is #F582B4. Grayscale: #555555. Windows color (decimal): -16089781 or 4947210. OLE color: 4947210.
HSL color Cylindrical-coordinate representation of color #0A7D4B: hue angle of 153.91º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A7D4B is Cyan = 0.92, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 10 | 125 | 75 | - |
| CMYK | 0.92 | 0 | 0.40 | 0.51 |
| HSL | 153.91º | 0.85% | 0.26% | - |
| HSV(B) | 153.91º | 0.92% | 0.49% | - |
| XYZ | 8.73 | 15.24 | 9.14 | - |
| YUV | 84.92 | 122.4 | 74.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 125 | 75 | 0.92 | 0 | 0.40 | 0.51 | 153.91 | 0.85 | 0.26 |
| Hex | A | 7D | 4B | 5C | 0 | 28 | 33 | 9A | 55 | 1A |
| Octal | 12 | 175 | 113 | 134 | 0 | 50 | 63 | 232 | 125 | 32 |
| Binary | 1010 | 1111101 | 1001011 | 1011100 | 0 | 101000 | 110011 | 10011010 | 1010101 | 11010 |
Color Harmonies of #0A7D4B
Complementary color
Monochromatic Colors of #0A7D4B
Black with #0A7D4B
Text Example
Text Example
White with #0A7D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A7D4B; }
p { color: rgb(10,125,75); }
H1.HeaderClassName
{
color: #0A7D4B;
}
.AnyTagClassName
{
color: #0A7D4B;
}
</style>
background-color css
<style>
a { background-color: #0A7D4B; }
a { background-color: rgb(10,125,75); }
div.DivClassName
{
background-color: #0A7D4B;
}
.BgClassName
{
background-color: #0A7D4B;
}
</style>
border-color css
<style>
span { border-color: #0A7D4B; }
span { border-color: rgb(10,125,75); }
td.TdClassName
{
border-color: #0A7D4B;
}
.TagClassName
{
border-color: #0A7D4B;
}
</style>