Shades of Amulet #8CA07D
Tints of Amulet #8CA07D
RGB
CMYK
RGB Variations
Color information
#8CA07D (or 0x8CA07D) is known color: Amulet. HEX triplet: 8C, A0 and 7D. RGB value is (140,160,125). Sum of RGB (Red+Green+Blue) = 140+160+125=425 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.94% from 425); Green value is 160 (62.89% from 255 or 37.65% from 425); Blue value is 125 (49.22% from 255 or 29.41% from 425); Max value from RGB is 160 - color contains mainly: green. Hex color #8CA07D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA07D is #735F82. Grayscale: #969696. Windows color (decimal): -7561091 or 8233100. OLE color: 8233100.
HSL color Cylindrical-coordinate representation of color #8CA07D: hue angle of 94.29º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8CA07D is Cyan = 0.12, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 140 | 160 | 125 | - |
| CMYK | 0.12 | 0 | 0.22 | 0.37 |
| HSL | 94.29º | 0.16% | 0.56% | - |
| HSV(B) | 94.29º | 0.22% | 0.63% | - |
| XYZ | 27.09 | 32.2 | 24.19 | - |
| YUV | 150.03 | 113.87 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 160 | 125 | 0.12 | 0 | 0.22 | 0.37 | 94.29 | 0.16 | 0.56 |
| Hex | 8C | A0 | 7D | C | 0 | 16 | 25 | 5E | 10 | 38 |
| Octal | 214 | 240 | 175 | 14 | 0 | 26 | 45 | 136 | 20 | 70 |
| Binary | 10001100 | 10100000 | 1111101 | 1100 | 0 | 10110 | 100101 | 1011110 | 10000 | 111000 |
Color Harmonies of #8CA07D
Complementary color
Monochromatic Colors of #8CA07D
Black with #8CA07D
Text Example
Text Example
White with #8CA07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA07D; }
p { color: rgb(140,160,125); }
H1.HeaderClassName
{
color: #8CA07D;
}
.AnyTagClassName
{
color: #8CA07D;
}
</style>
background-color css
<style>
a { background-color: #8CA07D; }
a { background-color: rgb(140,160,125); }
div.DivClassName
{
background-color: #8CA07D;
}
.BgClassName
{
background-color: #8CA07D;
}
</style>
border-color css
<style>
span { border-color: #8CA07D; }
span { border-color: rgb(140,160,125); }
td.TdClassName
{
border-color: #8CA07D;
}
.TagClassName
{
border-color: #8CA07D;
}
</style>