Shades of Amulet #84AF77
Tints of Amulet #84AF77
RGB
CMYK
RGB Variations
Color information
#84AF77 (or 0x84AF77) is known color: Amulet. HEX triplet: 84, AF and 77. RGB value is (132,175,119). Sum of RGB (Red+Green+Blue) = 132+175+119=426 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.99% from 426); Green value is 175 (68.75% from 255 or 41.08% from 426); Blue value is 119 (46.88% from 255 or 27.93% from 426); Max value from RGB is 175 - color contains mainly: green. Hex color #84AF77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84AF77 is #7B5088. Grayscale: #9B9B9B. Windows color (decimal): -8081545 or 7843716. OLE color: 7843716.
HSL color Cylindrical-coordinate representation of color #84AF77: hue angle of 106.07º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #84AF77 is Cyan = 0.25, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 132 | 175 | 119 | - |
| CMYK | 0.25 | 0 | 0.32 | 0.31 |
| HSL | 106.07º | 0.26% | 0.58% | - |
| HSV(B) | 106.07º | 0.32% | 0.69% | - |
| XYZ | 28.18 | 36.9 | 23.09 | - |
| YUV | 155.76 | 107.25 | 111.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 175 | 119 | 0.25 | 0 | 0.32 | 0.31 | 106.07 | 0.26 | 0.58 |
| Hex | 84 | AF | 77 | 19 | 0 | 20 | 1F | 6A | 1A | 3A |
| Octal | 204 | 257 | 167 | 31 | 0 | 40 | 37 | 152 | 32 | 72 |
| Binary | 10000100 | 10101111 | 1110111 | 11001 | 0 | 100000 | 11111 | 1101010 | 11010 | 111010 |
Color Harmonies of #84AF77
Complementary color
Monochromatic Colors of #84AF77
Black with #84AF77
Text Example
Text Example
White with #84AF77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84AF77; }
p { color: rgb(132,175,119); }
H1.HeaderClassName
{
color: #84AF77;
}
.AnyTagClassName
{
color: #84AF77;
}
</style>
background-color css
<style>
a { background-color: #84AF77; }
a { background-color: rgb(132,175,119); }
div.DivClassName
{
background-color: #84AF77;
}
.BgClassName
{
background-color: #84AF77;
}
</style>
border-color css
<style>
span { border-color: #84AF77; }
span { border-color: rgb(132,175,119); }
td.TdClassName
{
border-color: #84AF77;
}
.TagClassName
{
border-color: #84AF77;
}
</style>