Shades of Amulet #8CA375
Tints of Amulet #8CA375
RGB
CMYK
RGB Variations
Color information
#8CA375 (or 0x8CA375) is known color: Amulet. HEX triplet: 8C, A3 and 75. RGB value is (140,163,117). Sum of RGB (Red+Green+Blue) = 140+163+117=420 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.33% from 420); Green value is 163 (64.06% from 255 or 38.81% from 420); Blue value is 117 (46.09% from 255 or 27.86% from 420); Max value from RGB is 163 - color contains mainly: green. Hex color #8CA375 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA375 is #735C8A. Grayscale: #979797. Windows color (decimal): -7560331 or 7709580. OLE color: 7709580.
HSL color Cylindrical-coordinate representation of color #8CA375: hue angle of 90º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8CA375 is Cyan = 0.14, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 140 | 163 | 117 | - |
| CMYK | 0.14 | 0 | 0.28 | 0.36 |
| HSL | 90º | 0.2% | 0.55% | - |
| HSV(B) | 90º | 0.28% | 0.64% | - |
| XYZ | 27.12 | 33.05 | 21.78 | - |
| YUV | 150.88 | 108.88 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 163 | 117 | 0.14 | 0 | 0.28 | 0.36 | 90 | 0.2 | 0.55 |
| Hex | 8C | A3 | 75 | E | 0 | 1C | 24 | 5A | 14 | 37 |
| Octal | 214 | 243 | 165 | 16 | 0 | 34 | 44 | 132 | 24 | 67 |
| Binary | 10001100 | 10100011 | 1110101 | 1110 | 0 | 11100 | 100100 | 1011010 | 10100 | 110111 |
Color Harmonies of #8CA375
Complementary color
Monochromatic Colors of #8CA375
Black with #8CA375
Text Example
Text Example
White with #8CA375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA375; }
p { color: rgb(140,163,117); }
H1.HeaderClassName
{
color: #8CA375;
}
.AnyTagClassName
{
color: #8CA375;
}
</style>
background-color css
<style>
a { background-color: #8CA375; }
a { background-color: rgb(140,163,117); }
div.DivClassName
{
background-color: #8CA375;
}
.BgClassName
{
background-color: #8CA375;
}
</style>
border-color css
<style>
span { border-color: #8CA375; }
span { border-color: rgb(140,163,117); }
td.TdClassName
{
border-color: #8CA375;
}
.TagClassName
{
border-color: #8CA375;
}
</style>