Shades of Amulet #8CA07B
Tints of Amulet #8CA07B
RGB
CMYK
RGB Variations
Color information
#8CA07B (or 0x8CA07B) is known color: Amulet. HEX triplet: 8C, A0 and 7B. RGB value is (140,160,123). Sum of RGB (Red+Green+Blue) = 140+160+123=423 (56% of max value = 765). Red value is 140 (55.08% from 255 or 33.10% from 423); Green value is 160 (62.89% from 255 or 37.83% from 423); Blue value is 123 (48.44% from 255 or 29.08% from 423); Max value from RGB is 160 - color contains mainly: green. Hex color #8CA07B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA07B is #735F84. Grayscale: #959595. Windows color (decimal): -7561093 or 8102028. OLE color: 8102028.
HSL color Cylindrical-coordinate representation of color #8CA07B: hue angle of 92.43º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8CA07B is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 140 | 160 | 123 | - |
| CMYK | 0.12 | 0 | 0.23 | 0.37 |
| HSL | 92.43º | 0.16% | 0.55% | - |
| HSV(B) | 92.43º | 0.23% | 0.63% | - |
| XYZ | 26.96 | 32.15 | 23.52 | - |
| YUV | 149.8 | 112.87 | 121.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 160 | 123 | 0.12 | 0 | 0.23 | 0.37 | 92.43 | 0.16 | 0.55 |
| Hex | 8C | A0 | 7B | C | 0 | 17 | 25 | 5C | 10 | 37 |
| Octal | 214 | 240 | 173 | 14 | 0 | 27 | 45 | 134 | 20 | 67 |
| Binary | 10001100 | 10100000 | 1111011 | 1100 | 0 | 10111 | 100101 | 1011100 | 10000 | 110111 |
Color Harmonies of #8CA07B
Complementary color
Monochromatic Colors of #8CA07B
Black with #8CA07B
Text Example
Text Example
White with #8CA07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA07B; }
p { color: rgb(140,160,123); }
H1.HeaderClassName
{
color: #8CA07B;
}
.AnyTagClassName
{
color: #8CA07B;
}
</style>
background-color css
<style>
a { background-color: #8CA07B; }
a { background-color: rgb(140,160,123); }
div.DivClassName
{
background-color: #8CA07B;
}
.BgClassName
{
background-color: #8CA07B;
}
</style>
border-color css
<style>
span { border-color: #8CA07B; }
span { border-color: rgb(140,160,123); }
td.TdClassName
{
border-color: #8CA07B;
}
.TagClassName
{
border-color: #8CA07B;
}
</style>