Shades of Amulet #80AF6F
Tints of Amulet #80AF6F
RGB
CMYK
RGB Variations
Color information
#80AF6F (or 0x80AF6F) is known color: Amulet. HEX triplet: 80, AF and 6F. RGB value is (128,175,111). Sum of RGB (Red+Green+Blue) = 128+175+111=414 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.92% from 414); Green value is 175 (68.75% from 255 or 42.27% from 414); Blue value is 111 (43.75% from 255 or 26.81% from 414); Max value from RGB is 175 - color contains mainly: green. Hex color #80AF6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AF6F is #7F5090. Grayscale: #999999. Windows color (decimal): -8343697 or 7319424. OLE color: 7319424.
HSL color Cylindrical-coordinate representation of color #80AF6F: hue angle of 104.06º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #80AF6F is Cyan = 0.27, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 128 | 175 | 111 | - |
| CMYK | 0.27 | 0 | 0.37 | 0.31 |
| HSL | 104.06º | 0.29% | 0.56% | - |
| HSV(B) | 104.06º | 0.37% | 0.69% | - |
| XYZ | 27.1 | 36.4 | 20.64 | - |
| YUV | 153.65 | 103.93 | 109.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 175 | 111 | 0.27 | 0 | 0.37 | 0.31 | 104.06 | 0.29 | 0.56 |
| Hex | 80 | AF | 6F | 1B | 0 | 25 | 1F | 68 | 1D | 38 |
| Octal | 200 | 257 | 157 | 33 | 0 | 45 | 37 | 150 | 35 | 70 |
| Binary | 10000000 | 10101111 | 1101111 | 11011 | 0 | 100101 | 11111 | 1101000 | 11101 | 111000 |
Color Harmonies of #80AF6F
Complementary color
Monochromatic Colors of #80AF6F
Black with #80AF6F
Text Example
Text Example
White with #80AF6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AF6F; }
p { color: rgb(128,175,111); }
H1.HeaderClassName
{
color: #80AF6F;
}
.AnyTagClassName
{
color: #80AF6F;
}
</style>
background-color css
<style>
a { background-color: #80AF6F; }
a { background-color: rgb(128,175,111); }
div.DivClassName
{
background-color: #80AF6F;
}
.BgClassName
{
background-color: #80AF6F;
}
</style>
border-color css
<style>
span { border-color: #80AF6F; }
span { border-color: rgb(128,175,111); }
td.TdClassName
{
border-color: #80AF6F;
}
.TagClassName
{
border-color: #80AF6F;
}
</style>