Shades of Amulet #8C9D7D
Tints of Amulet #8C9D7D
RGB
CMYK
RGB Variations
Color information
#8C9D7D (or 0x8C9D7D) is known color: Amulet. HEX triplet: 8C, 9D and 7D. RGB value is (140,157,125). Sum of RGB (Red+Green+Blue) = 140+157+125=422 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.18% from 422); Green value is 157 (61.72% from 255 or 37.20% from 422); Blue value is 125 (49.22% from 255 or 29.62% from 422); Max value from RGB is 157 - color contains mainly: green. Hex color #8C9D7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9D7D is #736282. Grayscale: #949494. Windows color (decimal): -7561859 or 8232332. OLE color: 8232332.
HSL color Cylindrical-coordinate representation of color #8C9D7D: hue angle of 91.88º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8C9D7D is Cyan = 0.11, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 140 | 157 | 125 | - |
| CMYK | 0.11 | 0 | 0.20 | 0.38 |
| HSL | 91.88º | 0.14% | 0.55% | - |
| HSV(B) | 91.88º | 0.2% | 0.62% | - |
| XYZ | 26.57 | 31.17 | 24.02 | - |
| YUV | 148.27 | 114.87 | 122.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 157 | 125 | 0.11 | 0 | 0.20 | 0.38 | 91.88 | 0.14 | 0.55 |
| Hex | 8C | 9D | 7D | B | 0 | 14 | 26 | 5C | E | 37 |
| Octal | 214 | 235 | 175 | 13 | 0 | 24 | 46 | 134 | 16 | 67 |
| Binary | 10001100 | 10011101 | 1111101 | 1011 | 0 | 10100 | 100110 | 1011100 | 1110 | 110111 |
Color Harmonies of #8C9D7D
Complementary color
Monochromatic Colors of #8C9D7D
Black with #8C9D7D
Text Example
Text Example
White with #8C9D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9D7D; }
p { color: rgb(140,157,125); }
H1.HeaderClassName
{
color: #8C9D7D;
}
.AnyTagClassName
{
color: #8C9D7D;
}
</style>
background-color css
<style>
a { background-color: #8C9D7D; }
a { background-color: rgb(140,157,125); }
div.DivClassName
{
background-color: #8C9D7D;
}
.BgClassName
{
background-color: #8C9D7D;
}
</style>
border-color css
<style>
span { border-color: #8C9D7D; }
span { border-color: rgb(140,157,125); }
td.TdClassName
{
border-color: #8C9D7D;
}
.TagClassName
{
border-color: #8C9D7D;
}
</style>