Shades of Amulet #809C70
Tints of Amulet #809C70
RGB
CMYK
RGB Variations
Color information
#809C70 (or 0x809C70) is known color: Amulet. HEX triplet: 80, 9C and 70. RGB value is (128,156,112). Sum of RGB (Red+Green+Blue) = 128+156+112=396 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.32% from 396); Green value is 156 (61.33% from 255 or 39.39% from 396); Blue value is 112 (44.14% from 255 or 28.28% from 396); Max value from RGB is 156 - color contains mainly: green. Hex color #809C70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #809C70 is #7F638F. Grayscale: #8E8E8E. Windows color (decimal): -8348560 or 7380096. OLE color: 7380096.
HSL color Cylindrical-coordinate representation of color #809C70: hue angle of 98.18º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #809C70 is Cyan = 0.18, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 128 | 156 | 112 | - |
| CMYK | 0.18 | 0 | 0.28 | 0.39 |
| HSL | 98.18º | 0.18% | 0.53% | - |
| HSV(B) | 98.18º | 0.28% | 0.61% | - |
| XYZ | 23.72 | 29.54 | 19.78 | - |
| YUV | 142.61 | 110.72 | 117.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 156 | 112 | 0.18 | 0 | 0.28 | 0.39 | 98.18 | 0.18 | 0.53 |
| Hex | 80 | 9C | 70 | 12 | 0 | 1C | 27 | 62 | 12 | 35 |
| Octal | 200 | 234 | 160 | 22 | 0 | 34 | 47 | 142 | 22 | 65 |
| Binary | 10000000 | 10011100 | 1110000 | 10010 | 0 | 11100 | 100111 | 1100010 | 10010 | 110101 |
Color Harmonies of #809C70
Complementary color
Monochromatic Colors of #809C70
Black with #809C70
Text Example
Text Example
White with #809C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809C70; }
p { color: rgb(128,156,112); }
H1.HeaderClassName
{
color: #809C70;
}
.AnyTagClassName
{
color: #809C70;
}
</style>
background-color css
<style>
a { background-color: #809C70; }
a { background-color: rgb(128,156,112); }
div.DivClassName
{
background-color: #809C70;
}
.BgClassName
{
background-color: #809C70;
}
</style>
border-color css
<style>
span { border-color: #809C70; }
span { border-color: rgb(128,156,112); }
td.TdClassName
{
border-color: #809C70;
}
.TagClassName
{
border-color: #809C70;
}
</style>