Shades of Amulet #8CAB7D
Tints of Amulet #8CAB7D
RGB
CMYK
RGB Variations
Color information
#8CAB7D (or 0x8CAB7D) is known color: Amulet. HEX triplet: 8C, AB and 7D. RGB value is (140,171,125). Sum of RGB (Red+Green+Blue) = 140+171+125=436 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.11% from 436); Green value is 171 (67.19% from 255 or 39.22% from 436); Blue value is 125 (49.22% from 255 or 28.67% from 436); Max value from RGB is 171 - color contains mainly: green. Hex color #8CAB7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAB7D is #735482. Grayscale: #9C9C9C. Windows color (decimal): -7558275 or 8235916. OLE color: 8235916.
HSL color Cylindrical-coordinate representation of color #8CAB7D: hue angle of 100.43º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8CAB7D is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 171 | 125 | - |
| CMYK | 0.18 | 0 | 0.27 | 0.33 |
| HSL | 100.43º | 0.21% | 0.58% | - |
| HSV(B) | 100.43º | 0.27% | 0.67% | - |
| XYZ | 29.08 | 36.18 | 24.85 | - |
| YUV | 156.49 | 110.23 | 116.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 171 | 125 | 0.18 | 0 | 0.27 | 0.33 | 100.43 | 0.21 | 0.58 |
| Hex | 8C | AB | 7D | 12 | 0 | 1B | 21 | 64 | 15 | 3A |
| Octal | 214 | 253 | 175 | 22 | 0 | 33 | 41 | 144 | 25 | 72 |
| Binary | 10001100 | 10101011 | 1111101 | 10010 | 0 | 11011 | 100001 | 1100100 | 10101 | 111010 |
Color Harmonies of #8CAB7D
Complementary color
Monochromatic Colors of #8CAB7D
Black with #8CAB7D
Text Example
Text Example
White with #8CAB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAB7D; }
p { color: rgb(140,171,125); }
H1.HeaderClassName
{
color: #8CAB7D;
}
.AnyTagClassName
{
color: #8CAB7D;
}
</style>
background-color css
<style>
a { background-color: #8CAB7D; }
a { background-color: rgb(140,171,125); }
div.DivClassName
{
background-color: #8CAB7D;
}
.BgClassName
{
background-color: #8CAB7D;
}
</style>
border-color css
<style>
span { border-color: #8CAB7D; }
span { border-color: rgb(140,171,125); }
td.TdClassName
{
border-color: #8CAB7D;
}
.TagClassName
{
border-color: #8CAB7D;
}
</style>