Shades of Amulet #80B674
Tints of Amulet #80B674
RGB
CMYK
RGB Variations
Color information
#80B674 (or 0x80B674) is known color: Amulet. HEX triplet: 80, B6 and 74. RGB value is (128,182,116). Sum of RGB (Red+Green+Blue) = 128+182+116=426 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.05% from 426); Green value is 182 (71.48% from 255 or 42.72% from 426); Blue value is 116 (45.70% from 255 or 27.23% from 426); Max value from RGB is 182 - color contains mainly: green. Hex color #80B674 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B674 is #7F498B. Grayscale: #9E9E9E. Windows color (decimal): -8341900 or 7648896. OLE color: 7648896.
HSL color Cylindrical-coordinate representation of color #80B674: hue angle of 109.09º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #80B674 is Cyan = 0.30, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 128 | 182 | 116 | - |
| CMYK | 0.30 | 0 | 0.36 | 0.29 |
| HSL | 109.09º | 0.31% | 0.58% | - |
| HSV(B) | 109.09º | 0.36% | 0.71% | - |
| XYZ | 28.78 | 39.31 | 22.59 | - |
| YUV | 158.33 | 104.11 | 106.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 182 | 116 | 0.30 | 0 | 0.36 | 0.29 | 109.09 | 0.31 | 0.58 |
| Hex | 80 | B6 | 74 | 1E | 0 | 24 | 1D | 6D | 1F | 3A |
| Octal | 200 | 266 | 164 | 36 | 0 | 44 | 35 | 155 | 37 | 72 |
| Binary | 10000000 | 10110110 | 1110100 | 11110 | 0 | 100100 | 11101 | 1101101 | 11111 | 111010 |
Color Harmonies of #80B674
Complementary color
Monochromatic Colors of #80B674
Black with #80B674
Text Example
Text Example
White with #80B674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B674; }
p { color: rgb(128,182,116); }
H1.HeaderClassName
{
color: #80B674;
}
.AnyTagClassName
{
color: #80B674;
}
</style>
background-color css
<style>
a { background-color: #80B674; }
a { background-color: rgb(128,182,116); }
div.DivClassName
{
background-color: #80B674;
}
.BgClassName
{
background-color: #80B674;
}
</style>
border-color css
<style>
span { border-color: #80B674; }
span { border-color: rgb(128,182,116); }
td.TdClassName
{
border-color: #80B674;
}
.TagClassName
{
border-color: #80B674;
}
</style>