Shades of Amulet #809870
Tints of Amulet #809870
RGB
CMYK
RGB Variations
Color information
#809870 (or 0x809870) is known color: Amulet. HEX triplet: 80, 98 and 70. RGB value is (128,152,112). Sum of RGB (Red+Green+Blue) = 128+152+112=392 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.65% from 392); Green value is 152 (59.77% from 255 or 38.78% from 392); Blue value is 112 (44.14% from 255 or 28.57% from 392); Max value from RGB is 152 - color contains mainly: green. Hex color #809870 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #809870 is #7F678F. Grayscale: #8C8C8C. Windows color (decimal): -8349584 or 7379072. OLE color: 7379072.
HSL color Cylindrical-coordinate representation of color #809870: hue angle of 96º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #809870 is Cyan = 0.16, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 128 | 152 | 112 | - |
| CMYK | 0.16 | 0 | 0.26 | 0.40 |
| HSL | 96º | 0.16% | 0.52% | - |
| HSV(B) | 96º | 0.26% | 0.6% | - |
| XYZ | 23.05 | 28.22 | 19.56 | - |
| YUV | 140.26 | 112.05 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 152 | 112 | 0.16 | 0 | 0.26 | 0.40 | 96 | 0.16 | 0.52 |
| Hex | 80 | 98 | 70 | 10 | 0 | 1A | 28 | 60 | 10 | 34 |
| Octal | 200 | 230 | 160 | 20 | 0 | 32 | 50 | 140 | 20 | 64 |
| Binary | 10000000 | 10011000 | 1110000 | 10000 | 0 | 11010 | 101000 | 1100000 | 10000 | 110100 |
Color Harmonies of #809870
Complementary color
Monochromatic Colors of #809870
Black with #809870
Text Example
Text Example
White with #809870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809870; }
p { color: rgb(128,152,112); }
H1.HeaderClassName
{
color: #809870;
}
.AnyTagClassName
{
color: #809870;
}
</style>
background-color css
<style>
a { background-color: #809870; }
a { background-color: rgb(128,152,112); }
div.DivClassName
{
background-color: #809870;
}
.BgClassName
{
background-color: #809870;
}
</style>
border-color css
<style>
span { border-color: #809870; }
span { border-color: rgb(128,152,112); }
td.TdClassName
{
border-color: #809870;
}
.TagClassName
{
border-color: #809870;
}
</style>