Shades of Amulet #80B37A
Tints of Amulet #80B37A
RGB
CMYK
RGB Variations
Color information
#80B37A (or 0x80B37A) is known color: Amulet. HEX triplet: 80, B3 and 7A. RGB value is (128,179,122). Sum of RGB (Red+Green+Blue) = 128+179+122=429 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.84% from 429); Green value is 179 (70.31% from 255 or 41.72% from 429); Blue value is 122 (48.05% from 255 or 28.44% from 429); Max value from RGB is 179 - color contains mainly: green. Hex color #80B37A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B37A is #7F4C85. Grayscale: #9D9D9D. Windows color (decimal): -8342662 or 8041344. OLE color: 8041344.
HSL color Cylindrical-coordinate representation of color #80B37A: hue angle of 113.68º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #80B37A is Cyan = 0.28, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 128 | 179 | 122 | - |
| CMYK | 0.28 | 0 | 0.32 | 0.30 |
| HSL | 113.68º | 0.27% | 0.59% | - |
| HSV(B) | 113.68º | 0.32% | 0.7% | - |
| XYZ | 28.54 | 38.23 | 24.29 | - |
| YUV | 157.25 | 108.1 | 107.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 179 | 122 | 0.28 | 0 | 0.32 | 0.30 | 113.68 | 0.27 | 0.59 |
| Hex | 80 | B3 | 7A | 1C | 0 | 20 | 1E | 72 | 1B | 3B |
| Octal | 200 | 263 | 172 | 34 | 0 | 40 | 36 | 162 | 33 | 73 |
| Binary | 10000000 | 10110011 | 1111010 | 11100 | 0 | 100000 | 11110 | 1110010 | 11011 | 111011 |
Color Harmonies of #80B37A
Complementary color
Monochromatic Colors of #80B37A
Black with #80B37A
Text Example
Text Example
White with #80B37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B37A; }
p { color: rgb(128,179,122); }
H1.HeaderClassName
{
color: #80B37A;
}
.AnyTagClassName
{
color: #80B37A;
}
</style>
background-color css
<style>
a { background-color: #80B37A; }
a { background-color: rgb(128,179,122); }
div.DivClassName
{
background-color: #80B37A;
}
.BgClassName
{
background-color: #80B37A;
}
</style>
border-color css
<style>
span { border-color: #80B37A; }
span { border-color: rgb(128,179,122); }
td.TdClassName
{
border-color: #80B37A;
}
.TagClassName
{
border-color: #80B37A;
}
</style>