Shades of Amulet #8AAF7D
Tints of Amulet #8AAF7D
RGB
CMYK
RGB Variations
Color information
#8AAF7D (or 0x8AAF7D) is known color: Amulet. HEX triplet: 8A, AF and 7D. RGB value is (138,175,125). Sum of RGB (Red+Green+Blue) = 138+175+125=438 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.51% from 438); Green value is 175 (68.75% from 255 or 39.95% from 438); Blue value is 125 (49.22% from 255 or 28.54% from 438); Max value from RGB is 175 - color contains mainly: green. Hex color #8AAF7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAF7D is #755082. Grayscale: #9E9E9E. Windows color (decimal): -7688323 or 8236938. OLE color: 8236938.
HSL color Cylindrical-coordinate representation of color #8AAF7D: hue angle of 104.4º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8AAF7D is Cyan = 0.21, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 138 | 175 | 125 | - |
| CMYK | 0.21 | 0 | 0.29 | 0.31 |
| HSL | 104.4º | 0.24% | 0.59% | - |
| HSV(B) | 104.4º | 0.29% | 0.69% | - |
| XYZ | 29.51 | 37.54 | 25.09 | - |
| YUV | 158.24 | 109.24 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 175 | 125 | 0.21 | 0 | 0.29 | 0.31 | 104.4 | 0.24 | 0.59 |
| Hex | 8A | AF | 7D | 15 | 0 | 1D | 1F | 68 | 18 | 3B |
| Octal | 212 | 257 | 175 | 25 | 0 | 35 | 37 | 150 | 30 | 73 |
| Binary | 10001010 | 10101111 | 1111101 | 10101 | 0 | 11101 | 11111 | 1101000 | 11000 | 111011 |
Color Harmonies of #8AAF7D
Complementary color
Monochromatic Colors of #8AAF7D
Black with #8AAF7D
Text Example
Text Example
White with #8AAF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAF7D; }
p { color: rgb(138,175,125); }
H1.HeaderClassName
{
color: #8AAF7D;
}
.AnyTagClassName
{
color: #8AAF7D;
}
</style>
background-color css
<style>
a { background-color: #8AAF7D; }
a { background-color: rgb(138,175,125); }
div.DivClassName
{
background-color: #8AAF7D;
}
.BgClassName
{
background-color: #8AAF7D;
}
</style>
border-color css
<style>
span { border-color: #8AAF7D; }
span { border-color: rgb(138,175,125); }
td.TdClassName
{
border-color: #8AAF7D;
}
.TagClassName
{
border-color: #8AAF7D;
}
</style>