Shades of Amulet #80957B
Tints of Amulet #80957B
RGB
CMYK
RGB Variations
Color information
#80957B (or 0x80957B) is known color: Amulet. HEX triplet: 80, 95 and 7B. RGB value is (128,149,123). Sum of RGB (Red+Green+Blue) = 128+149+123=400 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32% from 400); Green value is 149 (58.59% from 255 or 37.25% from 400); Blue value is 123 (48.44% from 255 or 30.75% from 400); Max value from RGB is 149 - color contains mainly: green. Hex color #80957B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80957B is #7F6A84. Grayscale: #8B8B8B. Windows color (decimal): -8350341 or 8099200. OLE color: 8099200.
HSL color Cylindrical-coordinate representation of color #80957B: hue angle of 108.46º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #80957B is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 128 | 149 | 123 | - |
| CMYK | 0.14 | 0 | 0.17 | 0.42 |
| HSL | 108.46º | 0.11% | 0.53% | - |
| HSV(B) | 108.46º | 0.17% | 0.58% | - |
| XYZ | 23.22 | 27.51 | 22.83 | - |
| YUV | 139.76 | 118.54 | 119.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 149 | 123 | 0.14 | 0 | 0.17 | 0.42 | 108.46 | 0.11 | 0.53 |
| Hex | 80 | 95 | 7B | E | 0 | 11 | 2A | 6C | B | 35 |
| Octal | 200 | 225 | 173 | 16 | 0 | 21 | 52 | 154 | 13 | 65 |
| Binary | 10000000 | 10010101 | 1111011 | 1110 | 0 | 10001 | 101010 | 1101100 | 1011 | 110101 |
Color Harmonies of #80957B
Complementary color
Monochromatic Colors of #80957B
Black with #80957B
Text Example
Text Example
White with #80957B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80957B; }
p { color: rgb(128,149,123); }
H1.HeaderClassName
{
color: #80957B;
}
.AnyTagClassName
{
color: #80957B;
}
</style>
background-color css
<style>
a { background-color: #80957B; }
a { background-color: rgb(128,149,123); }
div.DivClassName
{
background-color: #80957B;
}
.BgClassName
{
background-color: #80957B;
}
</style>
border-color css
<style>
span { border-color: #80957B; }
span { border-color: rgb(128,149,123); }
td.TdClassName
{
border-color: #80957B;
}
.TagClassName
{
border-color: #80957B;
}
</style>