Shades of Amulet #80AF6D
Tints of Amulet #80AF6D
RGB
CMYK
RGB Variations
Color information
#80AF6D (or 0x80AF6D) is known color: Amulet. HEX triplet: 80, AF and 6D. RGB value is (128,175,109). Sum of RGB (Red+Green+Blue) = 128+175+109=412 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.07% from 412); Green value is 175 (68.75% from 255 or 42.48% from 412); Blue value is 109 (42.97% from 255 or 26.46% from 412); Max value from RGB is 175 - color contains mainly: green. Hex color #80AF6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AF6D is #7F5092. Grayscale: #999999. Windows color (decimal): -8343699 or 7188352. OLE color: 7188352.
HSL color Cylindrical-coordinate representation of color #80AF6D: hue angle of 102.73º degrees, saturation: 0.29, 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 #80AF6D is Cyan = 0.27, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 128 | 175 | 109 | - |
| CMYK | 0.27 | 0 | 0.38 | 0.31 |
| HSL | 102.73º | 0.29% | 0.56% | - |
| HSV(B) | 102.73º | 0.38% | 0.69% | - |
| XYZ | 26.99 | 36.35 | 20.06 | - |
| YUV | 153.42 | 102.93 | 109.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 175 | 109 | 0.27 | 0 | 0.38 | 0.31 | 102.73 | 0.29 | 0.56 |
| Hex | 80 | AF | 6D | 1B | 0 | 26 | 1F | 67 | 1D | 38 |
| Octal | 200 | 257 | 155 | 33 | 0 | 46 | 37 | 147 | 35 | 70 |
| Binary | 10000000 | 10101111 | 1101101 | 11011 | 0 | 100110 | 11111 | 1100111 | 11101 | 111000 |
Color Harmonies of #80AF6D
Complementary color
Monochromatic Colors of #80AF6D
Black with #80AF6D
Text Example
Text Example
White with #80AF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AF6D; }
p { color: rgb(128,175,109); }
H1.HeaderClassName
{
color: #80AF6D;
}
.AnyTagClassName
{
color: #80AF6D;
}
</style>
background-color css
<style>
a { background-color: #80AF6D; }
a { background-color: rgb(128,175,109); }
div.DivClassName
{
background-color: #80AF6D;
}
.BgClassName
{
background-color: #80AF6D;
}
</style>
border-color css
<style>
span { border-color: #80AF6D; }
span { border-color: rgb(128,175,109); }
td.TdClassName
{
border-color: #80AF6D;
}
.TagClassName
{
border-color: #80AF6D;
}
</style>