Shades of Amulet #80AF7B
Tints of Amulet #80AF7B
RGB
CMYK
RGB Variations
Color information
#80AF7B (or 0x80AF7B) is known color: Amulet. HEX triplet: 80, AF and 7B. RGB value is (128,175,123). Sum of RGB (Red+Green+Blue) = 128+175+123=426 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.05% from 426); Green value is 175 (68.75% from 255 or 41.08% from 426); Blue value is 123 (48.44% from 255 or 28.87% from 426); Max value from RGB is 175 - color contains mainly: green. Hex color #80AF7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AF7B is #7F5084. Grayscale: #9B9B9B. Windows color (decimal): -8343685 or 8105856. OLE color: 8105856.
HSL color Cylindrical-coordinate representation of color #80AF7B: hue angle of 114.23º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #80AF7B is Cyan = 0.27, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 128 | 175 | 123 | - |
| CMYK | 0.27 | 0 | 0.30 | 0.31 |
| HSL | 114.23º | 0.25% | 0.58% | - |
| HSV(B) | 114.23º | 0.3% | 0.69% | - |
| XYZ | 27.81 | 36.68 | 24.35 | - |
| YUV | 155.02 | 109.93 | 108.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 175 | 123 | 0.27 | 0 | 0.30 | 0.31 | 114.23 | 0.25 | 0.58 |
| Hex | 80 | AF | 7B | 1B | 0 | 1E | 1F | 72 | 19 | 3A |
| Octal | 200 | 257 | 173 | 33 | 0 | 36 | 37 | 162 | 31 | 72 |
| Binary | 10000000 | 10101111 | 1111011 | 11011 | 0 | 11110 | 11111 | 1110010 | 11001 | 111010 |
Color Harmonies of #80AF7B
Complementary color
Monochromatic Colors of #80AF7B
Black with #80AF7B
Text Example
Text Example
White with #80AF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AF7B; }
p { color: rgb(128,175,123); }
H1.HeaderClassName
{
color: #80AF7B;
}
.AnyTagClassName
{
color: #80AF7B;
}
</style>
background-color css
<style>
a { background-color: #80AF7B; }
a { background-color: rgb(128,175,123); }
div.DivClassName
{
background-color: #80AF7B;
}
.BgClassName
{
background-color: #80AF7B;
}
</style>
border-color css
<style>
span { border-color: #80AF7B; }
span { border-color: rgb(128,175,123); }
td.TdClassName
{
border-color: #80AF7B;
}
.TagClassName
{
border-color: #80AF7B;
}
</style>