Shades of Amulet #80B16D
Tints of Amulet #80B16D
RGB
CMYK
RGB Variations
Color information
#80B16D (or 0x80B16D) is known color: Amulet. HEX triplet: 80, B1 and 6D. RGB value is (128,177,109). Sum of RGB (Red+Green+Blue) = 128+177+109=414 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.92% from 414); Green value is 177 (69.53% from 255 or 42.75% from 414); Blue value is 109 (42.97% from 255 or 26.33% from 414); Max value from RGB is 177 - color contains mainly: green. Hex color #80B16D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80B16D is #7F4E92. Grayscale: #9A9A9A. Windows color (decimal): -8343187 or 7188864. OLE color: 7188864.
HSL color Cylindrical-coordinate representation of color #80B16D: hue angle of 103.24º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80B16D is Cyan = 0.28, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 128 | 177 | 109 | - |
| CMYK | 0.28 | 0 | 0.38 | 0.31 |
| HSL | 103.24º | 0.3% | 0.56% | - |
| HSV(B) | 103.24º | 0.38% | 0.69% | - |
| XYZ | 27.38 | 37.14 | 20.19 | - |
| YUV | 154.6 | 102.27 | 109.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 177 | 109 | 0.28 | 0 | 0.38 | 0.31 | 103.24 | 0.3 | 0.56 |
| Hex | 80 | B1 | 6D | 1C | 0 | 26 | 1F | 67 | 1E | 38 |
| Octal | 200 | 261 | 155 | 34 | 0 | 46 | 37 | 147 | 36 | 70 |
| Binary | 10000000 | 10110001 | 1101101 | 11100 | 0 | 100110 | 11111 | 1100111 | 11110 | 111000 |
Color Harmonies of #80B16D
Complementary color
Monochromatic Colors of #80B16D
Black with #80B16D
Text Example
Text Example
White with #80B16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B16D; }
p { color: rgb(128,177,109); }
H1.HeaderClassName
{
color: #80B16D;
}
.AnyTagClassName
{
color: #80B16D;
}
</style>
background-color css
<style>
a { background-color: #80B16D; }
a { background-color: rgb(128,177,109); }
div.DivClassName
{
background-color: #80B16D;
}
.BgClassName
{
background-color: #80B16D;
}
</style>
border-color css
<style>
span { border-color: #80B16D; }
span { border-color: rgb(128,177,109); }
td.TdClassName
{
border-color: #80B16D;
}
.TagClassName
{
border-color: #80B16D;
}
</style>