Shades of Amulet #80B378
Tints of Amulet #80B378
RGB
CMYK
RGB Variations
Color information
#80B378 (or 0x80B378) is known color: Amulet. HEX triplet: 80, B3 and 78. RGB value is (128,179,120). Sum of RGB (Red+Green+Blue) = 128+179+120=427 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.98% from 427); Green value is 179 (70.31% from 255 or 41.92% from 427); Blue value is 120 (47.27% from 255 or 28.10% from 427); Max value from RGB is 179 - color contains mainly: green. Hex color #80B378 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B378 is #7F4C87. Grayscale: #9D9D9D. Windows color (decimal): -8342664 or 7910272. OLE color: 7910272.
HSL color Cylindrical-coordinate representation of color #80B378: hue angle of 111.86º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #80B378 is Cyan = 0.28, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 128 | 179 | 120 | - |
| CMYK | 0.28 | 0 | 0.33 | 0.30 |
| HSL | 111.86º | 0.28% | 0.59% | - |
| HSV(B) | 111.86º | 0.33% | 0.7% | - |
| XYZ | 28.41 | 38.19 | 23.64 | - |
| YUV | 157.03 | 107.1 | 107.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 179 | 120 | 0.28 | 0 | 0.33 | 0.30 | 111.86 | 0.28 | 0.59 |
| Hex | 80 | B3 | 78 | 1C | 0 | 21 | 1E | 70 | 1C | 3B |
| Octal | 200 | 263 | 170 | 34 | 0 | 41 | 36 | 160 | 34 | 73 |
| Binary | 10000000 | 10110011 | 1111000 | 11100 | 0 | 100001 | 11110 | 1110000 | 11100 | 111011 |
Color Harmonies of #80B378
Complementary color
Monochromatic Colors of #80B378
Black with #80B378
Text Example
Text Example
White with #80B378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B378; }
p { color: rgb(128,179,120); }
H1.HeaderClassName
{
color: #80B378;
}
.AnyTagClassName
{
color: #80B378;
}
</style>
background-color css
<style>
a { background-color: #80B378; }
a { background-color: rgb(128,179,120); }
div.DivClassName
{
background-color: #80B378;
}
.BgClassName
{
background-color: #80B378;
}
</style>
border-color css
<style>
span { border-color: #80B378; }
span { border-color: rgb(128,179,120); }
td.TdClassName
{
border-color: #80B378;
}
.TagClassName
{
border-color: #80B378;
}
</style>