Shades of Amulet #8DAA7B
Tints of Amulet #8DAA7B
RGB
CMYK
RGB Variations
Color information
#8DAA7B (or 0x8DAA7B) is known color: Amulet. HEX triplet: 8D, AA and 7B. RGB value is (141,170,123). Sum of RGB (Red+Green+Blue) = 141+170+123=434 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.49% from 434); Green value is 170 (66.80% from 255 or 39.17% from 434); Blue value is 123 (48.44% from 255 or 28.34% from 434); Max value from RGB is 170 - color contains mainly: green. Hex color #8DAA7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DAA7B is #725584. Grayscale: #9C9C9C. Windows color (decimal): -7492997 or 8104589. OLE color: 8104589.
HSL color Cylindrical-coordinate representation of color #8DAA7B: hue angle of 97.02º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8DAA7B is Cyan = 0.17, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 170 | 123 | - |
| CMYK | 0.17 | 0 | 0.28 | 0.33 |
| HSL | 97.02º | 0.22% | 0.57% | - |
| HSV(B) | 97.02º | 0.28% | 0.67% | - |
| XYZ | 28.93 | 35.84 | 24.13 | - |
| YUV | 155.97 | 109.39 | 117.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 170 | 123 | 0.17 | 0 | 0.28 | 0.33 | 97.02 | 0.22 | 0.57 |
| Hex | 8D | AA | 7B | 11 | 0 | 1C | 21 | 61 | 16 | 39 |
| Octal | 215 | 252 | 173 | 21 | 0 | 34 | 41 | 141 | 26 | 71 |
| Binary | 10001101 | 10101010 | 1111011 | 10001 | 0 | 11100 | 100001 | 1100001 | 10110 | 111001 |
Color Harmonies of #8DAA7B
Complementary color
Monochromatic Colors of #8DAA7B
Black with #8DAA7B
Text Example
Text Example
White with #8DAA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAA7B; }
p { color: rgb(141,170,123); }
H1.HeaderClassName
{
color: #8DAA7B;
}
.AnyTagClassName
{
color: #8DAA7B;
}
</style>
background-color css
<style>
a { background-color: #8DAA7B; }
a { background-color: rgb(141,170,123); }
div.DivClassName
{
background-color: #8DAA7B;
}
.BgClassName
{
background-color: #8DAA7B;
}
</style>
border-color css
<style>
span { border-color: #8DAA7B; }
span { border-color: rgb(141,170,123); }
td.TdClassName
{
border-color: #8DAA7B;
}
.TagClassName
{
border-color: #8DAA7B;
}
</style>