Shades of Salem #0A774A
Tints of Salem #0A774A
RGB
CMYK
RGB Variations
Color information
#0A774A (or 0x0A774A) is known color: Salem. HEX triplet: 0A, 77 and 4A. RGB value is (10,119,74). Sum of RGB (Red+Green+Blue) = 10+119+74=203 (26% of max value = 765). Red value is 10 (4.30% from 255 or 4.93% from 203); Green value is 119 (46.88% from 255 or 58.62% from 203); Blue value is 74 (29.30% from 255 or 36.45% from 203); Max value from RGB is 119 - color contains mainly: green. Hex color #0A774A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A774A is #F588B5. Grayscale: #515151. Windows color (decimal): -16091318 or 4880138. OLE color: 4880138.
HSL color Cylindrical-coordinate representation of color #0A774A: hue angle of 155.23º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A774A is Cyan = 0.92, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 10 | 119 | 74 | - |
| CMYK | 0.92 | 0 | 0.38 | 0.53 |
| HSL | 155.23º | 0.84% | 0.25% | - |
| HSV(B) | 155.23º | 0.92% | 0.47% | - |
| XYZ | 7.96 | 13.75 | 8.71 | - |
| YUV | 81.28 | 123.89 | 77.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 119 | 74 | 0.92 | 0 | 0.38 | 0.53 | 155.23 | 0.84 | 0.25 |
| Hex | A | 77 | 4A | 5C | 0 | 26 | 35 | 9B | 54 | 19 |
| Octal | 12 | 167 | 112 | 134 | 0 | 46 | 65 | 233 | 124 | 31 |
| Binary | 1010 | 1110111 | 1001010 | 1011100 | 0 | 100110 | 110101 | 10011011 | 1010100 | 11001 |
Color Harmonies of #0A774A
Complementary color
Monochromatic Colors of #0A774A
Black with #0A774A
Text Example
Text Example
White with #0A774A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A774A; }
p { color: rgb(10,119,74); }
H1.HeaderClassName
{
color: #0A774A;
}
.AnyTagClassName
{
color: #0A774A;
}
</style>
background-color css
<style>
a { background-color: #0A774A; }
a { background-color: rgb(10,119,74); }
div.DivClassName
{
background-color: #0A774A;
}
.BgClassName
{
background-color: #0A774A;
}
</style>
border-color css
<style>
span { border-color: #0A774A; }
span { border-color: rgb(10,119,74); }
td.TdClassName
{
border-color: #0A774A;
}
.TagClassName
{
border-color: #0A774A;
}
</style>