Shades of Salem #0A764A
Tints of Salem #0A764A
RGB
CMYK
RGB Variations
Color information
#0A764A (or 0x0A764A) is known color: Salem. HEX triplet: 0A, 76 and 4A. RGB value is (10,118,74). Sum of RGB (Red+Green+Blue) = 10+118+74=202 (26% of max value = 765). Red value is 10 (4.30% from 255 or 4.95% from 202); Green value is 118 (46.48% from 255 or 58.42% from 202); Blue value is 74 (29.30% from 255 or 36.63% from 202); Max value from RGB is 118 - color contains mainly: green. Hex color #0A764A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A764A is #F589B5. Grayscale: #505050. Windows color (decimal): -16091574 or 4879882. OLE color: 4879882.
HSL color Cylindrical-coordinate representation of color #0A764A: hue angle of 155.56º 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 #0A764A is Cyan = 0.92, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 10 | 118 | 74 | - |
| CMYK | 0.92 | 0 | 0.37 | 0.54 |
| HSL | 155.56º | 0.84% | 0.25% | - |
| HSV(B) | 155.56º | 0.92% | 0.46% | - |
| XYZ | 7.84 | 13.52 | 8.67 | - |
| YUV | 80.69 | 124.22 | 77.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 118 | 74 | 0.92 | 0 | 0.37 | 0.54 | 155.56 | 0.84 | 0.25 |
| Hex | A | 76 | 4A | 5C | 0 | 25 | 36 | 9C | 54 | 19 |
| Octal | 12 | 166 | 112 | 134 | 0 | 45 | 66 | 234 | 124 | 31 |
| Binary | 1010 | 1110110 | 1001010 | 1011100 | 0 | 100101 | 110110 | 10011100 | 1010100 | 11001 |
Color Harmonies of #0A764A
Complementary color
Monochromatic Colors of #0A764A
Black with #0A764A
Text Example
Text Example
White with #0A764A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A764A; }
p { color: rgb(10,118,74); }
H1.HeaderClassName
{
color: #0A764A;
}
.AnyTagClassName
{
color: #0A764A;
}
</style>
background-color css
<style>
a { background-color: #0A764A; }
a { background-color: rgb(10,118,74); }
div.DivClassName
{
background-color: #0A764A;
}
.BgClassName
{
background-color: #0A764A;
}
</style>
border-color css
<style>
span { border-color: #0A764A; }
span { border-color: rgb(10,118,74); }
td.TdClassName
{
border-color: #0A764A;
}
.TagClassName
{
border-color: #0A764A;
}
</style>