Shades of Amulet #7A936E
Tints of Amulet #7A936E
RGB
CMYK
RGB Variations
Color information
#7A936E (or 0x7A936E) is known color: Amulet. HEX triplet: 7A, 93 and 6E. RGB value is (122,147,110). Sum of RGB (Red+Green+Blue) = 122+147+110=379 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.19% from 379); Green value is 147 (57.81% from 255 or 38.79% from 379); Blue value is 110 (43.36% from 255 or 29.02% from 379); Max value from RGB is 147 - color contains mainly: green. Hex color #7A936E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A936E is #856C91. Grayscale: #878787. Windows color (decimal): -8744082 or 7246714. OLE color: 7246714.
HSL color Cylindrical-coordinate representation of color #7A936E: hue angle of 100.54º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7A936E is Cyan = 0.17, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 122 | 147 | 110 | - |
| CMYK | 0.17 | 0 | 0.25 | 0.42 |
| HSL | 100.54º | 0.15% | 0.5% | - |
| HSV(B) | 100.54º | 0.25% | 0.58% | - |
| XYZ | 21.27 | 26.13 | 18.67 | - |
| YUV | 135.31 | 113.72 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 147 | 110 | 0.17 | 0 | 0.25 | 0.42 | 100.54 | 0.15 | 0.5 |
| Hex | 7A | 93 | 6E | 11 | 0 | 19 | 2A | 65 | F | 32 |
| Octal | 172 | 223 | 156 | 21 | 0 | 31 | 52 | 145 | 17 | 62 |
| Binary | 1111010 | 10010011 | 1101110 | 10001 | 0 | 11001 | 101010 | 1100101 | 1111 | 110010 |
Color Harmonies of #7A936E
Complementary color
Monochromatic Colors of #7A936E
Black with #7A936E
Text Example
Text Example
White with #7A936E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A936E; }
p { color: rgb(122,147,110); }
H1.HeaderClassName
{
color: #7A936E;
}
.AnyTagClassName
{
color: #7A936E;
}
</style>
background-color css
<style>
a { background-color: #7A936E; }
a { background-color: rgb(122,147,110); }
div.DivClassName
{
background-color: #7A936E;
}
.BgClassName
{
background-color: #7A936E;
}
</style>
border-color css
<style>
span { border-color: #7A936E; }
span { border-color: rgb(122,147,110); }
td.TdClassName
{
border-color: #7A936E;
}
.TagClassName
{
border-color: #7A936E;
}
</style>