Shades of Salem #0A7648
Tints of Salem #0A7648
RGB
CMYK
RGB Variations
Color information
#0A7648 (or 0x0A7648) is known color: Salem. HEX triplet: 0A, 76 and 48. RGB value is (10,118,72). Sum of RGB (Red+Green+Blue) = 10+118+72=200 (26% of max value = 765). Red value is 10 (4.30% from 255 or 5% from 200); Green value is 118 (46.48% from 255 or 59% from 200); Blue value is 72 (28.52% from 255 or 36% from 200); Max value from RGB is 118 - color contains mainly: green. Hex color #0A7648 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A7648 is #F589B7. Grayscale: #505050. Windows color (decimal): -16091576 or 4748810. OLE color: 4748810.
HSL color Cylindrical-coordinate representation of color #0A7648: hue angle of 154.44º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A7648 is Cyan = 0.92, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 10 | 118 | 72 | - |
| CMYK | 0.92 | 0 | 0.39 | 0.54 |
| HSL | 154.44º | 0.84% | 0.25% | - |
| HSV(B) | 154.44º | 0.92% | 0.46% | - |
| XYZ | 7.77 | 13.49 | 8.32 | - |
| YUV | 80.46 | 123.22 | 77.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 118 | 72 | 0.92 | 0 | 0.39 | 0.54 | 154.44 | 0.84 | 0.25 |
| Hex | A | 76 | 48 | 5C | 0 | 27 | 36 | 9A | 54 | 19 |
| Octal | 12 | 166 | 110 | 134 | 0 | 47 | 66 | 232 | 124 | 31 |
| Binary | 1010 | 1110110 | 1001000 | 1011100 | 0 | 100111 | 110110 | 10011010 | 1010100 | 11001 |
Color Harmonies of #0A7648
Complementary color
Monochromatic Colors of #0A7648
Black with #0A7648
Text Example
Text Example
White with #0A7648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A7648; }
p { color: rgb(10,118,72); }
H1.HeaderClassName
{
color: #0A7648;
}
.AnyTagClassName
{
color: #0A7648;
}
</style>
background-color css
<style>
a { background-color: #0A7648; }
a { background-color: rgb(10,118,72); }
div.DivClassName
{
background-color: #0A7648;
}
.BgClassName
{
background-color: #0A7648;
}
</style>
border-color css
<style>
span { border-color: #0A7648; }
span { border-color: rgb(10,118,72); }
td.TdClassName
{
border-color: #0A7648;
}
.TagClassName
{
border-color: #0A7648;
}
</style>