Shades of Amulet #8CAB7A
Tints of Amulet #8CAB7A
RGB
CMYK
RGB Variations
Color information
#8CAB7A (or 0x8CAB7A) is known color: Amulet. HEX triplet: 8C, AB and 7A. RGB value is (140,171,122). Sum of RGB (Red+Green+Blue) = 140+171+122=433 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.33% from 433); Green value is 171 (67.19% from 255 or 39.49% from 433); Blue value is 122 (48.05% from 255 or 28.18% from 433); Max value from RGB is 171 - color contains mainly: green. Hex color #8CAB7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAB7A is #735485. Grayscale: #9C9C9C. Windows color (decimal): -7558278 or 8039308. OLE color: 8039308.
HSL color Cylindrical-coordinate representation of color #8CAB7A: hue angle of 97.96º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8CAB7A is Cyan = 0.18, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 171 | 122 | - |
| CMYK | 0.18 | 0 | 0.29 | 0.33 |
| HSL | 97.96º | 0.23% | 0.57% | - |
| HSV(B) | 97.96º | 0.29% | 0.67% | - |
| XYZ | 28.89 | 36.11 | 23.86 | - |
| YUV | 156.15 | 108.73 | 116.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 171 | 122 | 0.18 | 0 | 0.29 | 0.33 | 97.96 | 0.23 | 0.57 |
| Hex | 8C | AB | 7A | 12 | 0 | 1D | 21 | 62 | 17 | 39 |
| Octal | 214 | 253 | 172 | 22 | 0 | 35 | 41 | 142 | 27 | 71 |
| Binary | 10001100 | 10101011 | 1111010 | 10010 | 0 | 11101 | 100001 | 1100010 | 10111 | 111001 |
Color Harmonies of #8CAB7A
Complementary color
Monochromatic Colors of #8CAB7A
Black with #8CAB7A
Text Example
Text Example
White with #8CAB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAB7A; }
p { color: rgb(140,171,122); }
H1.HeaderClassName
{
color: #8CAB7A;
}
.AnyTagClassName
{
color: #8CAB7A;
}
</style>
background-color css
<style>
a { background-color: #8CAB7A; }
a { background-color: rgb(140,171,122); }
div.DivClassName
{
background-color: #8CAB7A;
}
.BgClassName
{
background-color: #8CAB7A;
}
</style>
border-color css
<style>
span { border-color: #8CAB7A; }
span { border-color: rgb(140,171,122); }
td.TdClassName
{
border-color: #8CAB7A;
}
.TagClassName
{
border-color: #8CAB7A;
}
</style>