Shades of Amulet #8CA07E
Tints of Amulet #8CA07E
RGB
CMYK
RGB Variations
Color information
#8CA07E (or 0x8CA07E) is known color: Amulet. HEX triplet: 8C, A0 and 7E. RGB value is (140,160,126). Sum of RGB (Red+Green+Blue) = 140+160+126=426 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.86% from 426); Green value is 160 (62.89% from 255 or 37.56% from 426); Blue value is 126 (49.61% from 255 or 29.58% from 426); Max value from RGB is 160 - color contains mainly: green. Hex color #8CA07E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA07E is #735F81. Grayscale: #969696. Windows color (decimal): -7561090 or 8298636. OLE color: 8298636.
HSL color Cylindrical-coordinate representation of color #8CA07E: hue angle of 95.29º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8CA07E is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 140 | 160 | 126 | - |
| CMYK | 0.12 | 0 | 0.21 | 0.37 |
| HSL | 95.29º | 0.15% | 0.56% | - |
| HSV(B) | 95.29º | 0.21% | 0.63% | - |
| XYZ | 27.15 | 32.22 | 24.53 | - |
| YUV | 150.14 | 114.37 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 160 | 126 | 0.12 | 0 | 0.21 | 0.37 | 95.29 | 0.15 | 0.56 |
| Hex | 8C | A0 | 7E | C | 0 | 15 | 25 | 5F | F | 38 |
| Octal | 214 | 240 | 176 | 14 | 0 | 25 | 45 | 137 | 17 | 70 |
| Binary | 10001100 | 10100000 | 1111110 | 1100 | 0 | 10101 | 100101 | 1011111 | 1111 | 111000 |
Color Harmonies of #8CA07E
Complementary color
Monochromatic Colors of #8CA07E
Black with #8CA07E
Text Example
Text Example
White with #8CA07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA07E; }
p { color: rgb(140,160,126); }
H1.HeaderClassName
{
color: #8CA07E;
}
.AnyTagClassName
{
color: #8CA07E;
}
</style>
background-color css
<style>
a { background-color: #8CA07E; }
a { background-color: rgb(140,160,126); }
div.DivClassName
{
background-color: #8CA07E;
}
.BgClassName
{
background-color: #8CA07E;
}
</style>
border-color css
<style>
span { border-color: #8CA07E; }
span { border-color: rgb(140,160,126); }
td.TdClassName
{
border-color: #8CA07E;
}
.TagClassName
{
border-color: #8CA07E;
}
</style>