Shades of Amulet #8DAF7D
Tints of Amulet #8DAF7D
RGB
CMYK
RGB Variations
Color information
#8DAF7D (or 0x8DAF7D) is known color: Amulet. HEX triplet: 8D, AF and 7D. RGB value is (141,175,125). Sum of RGB (Red+Green+Blue) = 141+175+125=441 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.97% from 441); Green value is 175 (68.75% from 255 or 39.68% from 441); Blue value is 125 (49.22% from 255 or 28.34% from 441); Max value from RGB is 175 - color contains mainly: green. Hex color #8DAF7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DAF7D is #725082. Grayscale: #9F9F9F. Windows color (decimal): -7491715 or 8236941. OLE color: 8236941.
HSL color Cylindrical-coordinate representation of color #8DAF7D: hue angle of 100.8º 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 #8DAF7D is Cyan = 0.19, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 141 | 175 | 125 | - |
| CMYK | 0.19 | 0 | 0.29 | 0.31 |
| HSL | 100.8º | 0.24% | 0.59% | - |
| HSV(B) | 100.8º | 0.29% | 0.69% | - |
| XYZ | 30.02 | 37.8 | 25.12 | - |
| YUV | 159.13 | 108.74 | 115.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 175 | 125 | 0.19 | 0 | 0.29 | 0.31 | 100.8 | 0.24 | 0.59 |
| Hex | 8D | AF | 7D | 13 | 0 | 1D | 1F | 65 | 18 | 3B |
| Octal | 215 | 257 | 175 | 23 | 0 | 35 | 37 | 145 | 30 | 73 |
| Binary | 10001101 | 10101111 | 1111101 | 10011 | 0 | 11101 | 11111 | 1100101 | 11000 | 111011 |
Color Harmonies of #8DAF7D
Complementary color
Monochromatic Colors of #8DAF7D
Black with #8DAF7D
Text Example
Text Example
White with #8DAF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAF7D; }
p { color: rgb(141,175,125); }
H1.HeaderClassName
{
color: #8DAF7D;
}
.AnyTagClassName
{
color: #8DAF7D;
}
</style>
background-color css
<style>
a { background-color: #8DAF7D; }
a { background-color: rgb(141,175,125); }
div.DivClassName
{
background-color: #8DAF7D;
}
.BgClassName
{
background-color: #8DAF7D;
}
</style>
border-color css
<style>
span { border-color: #8DAF7D; }
span { border-color: rgb(141,175,125); }
td.TdClassName
{
border-color: #8DAF7D;
}
.TagClassName
{
border-color: #8DAF7D;
}
</style>