Shades of Amulet #80AD74
Tints of Amulet #80AD74
RGB
CMYK
RGB Variations
Color information
#80AD74 (or 0x80AD74) is known color: Amulet. HEX triplet: 80, AD and 74. RGB value is (128,173,116). Sum of RGB (Red+Green+Blue) = 128+173+116=417 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.70% from 417); Green value is 173 (67.97% from 255 or 41.49% from 417); Blue value is 116 (45.70% from 255 or 27.82% from 417); Max value from RGB is 173 - color contains mainly: green. Hex color #80AD74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AD74 is #7F528B. Grayscale: #999999. Windows color (decimal): -8344204 or 7646592. OLE color: 7646592.
HSL color Cylindrical-coordinate representation of color #80AD74: hue angle of 107.37º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #80AD74 is Cyan = 0.26, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 128 | 173 | 116 | - |
| CMYK | 0.26 | 0 | 0.33 | 0.32 |
| HSL | 107.37º | 0.26% | 0.57% | - |
| HSV(B) | 107.37º | 0.33% | 0.68% | - |
| XYZ | 27 | 35.74 | 22 | - |
| YUV | 153.05 | 107.09 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 173 | 116 | 0.26 | 0 | 0.33 | 0.32 | 107.37 | 0.26 | 0.57 |
| Hex | 80 | AD | 74 | 1A | 0 | 21 | 20 | 6B | 1A | 39 |
| Octal | 200 | 255 | 164 | 32 | 0 | 41 | 40 | 153 | 32 | 71 |
| Binary | 10000000 | 10101101 | 1110100 | 11010 | 0 | 100001 | 100000 | 1101011 | 11010 | 111001 |
Color Harmonies of #80AD74
Complementary color
Monochromatic Colors of #80AD74
Black with #80AD74
Text Example
Text Example
White with #80AD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AD74; }
p { color: rgb(128,173,116); }
H1.HeaderClassName
{
color: #80AD74;
}
.AnyTagClassName
{
color: #80AD74;
}
</style>
background-color css
<style>
a { background-color: #80AD74; }
a { background-color: rgb(128,173,116); }
div.DivClassName
{
background-color: #80AD74;
}
.BgClassName
{
background-color: #80AD74;
}
</style>
border-color css
<style>
span { border-color: #80AD74; }
span { border-color: rgb(128,173,116); }
td.TdClassName
{
border-color: #80AD74;
}
.TagClassName
{
border-color: #80AD74;
}
</style>