Shades of Amulet #84AF78
Tints of Amulet #84AF78
RGB
CMYK
RGB Variations
Color information
#84AF78 (or 0x84AF78) is known color: Amulet. HEX triplet: 84, AF and 78. RGB value is (132,175,120). Sum of RGB (Red+Green+Blue) = 132+175+120=427 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.91% from 427); Green value is 175 (68.75% from 255 or 40.98% from 427); Blue value is 120 (47.27% from 255 or 28.10% from 427); Max value from RGB is 175 - color contains mainly: green. Hex color #84AF78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84AF78 is #7B5087. Grayscale: #9C9C9C. Windows color (decimal): -8081544 or 7909252. OLE color: 7909252.
HSL color Cylindrical-coordinate representation of color #84AF78: hue angle of 106.91º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #84AF78 is Cyan = 0.25, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 132 | 175 | 120 | - |
| CMYK | 0.25 | 0 | 0.31 | 0.31 |
| HSL | 106.91º | 0.26% | 0.58% | - |
| HSV(B) | 106.91º | 0.31% | 0.69% | - |
| XYZ | 28.24 | 36.92 | 23.41 | - |
| YUV | 155.87 | 107.75 | 110.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 175 | 120 | 0.25 | 0 | 0.31 | 0.31 | 106.91 | 0.26 | 0.58 |
| Hex | 84 | AF | 78 | 19 | 0 | 1F | 1F | 6B | 1A | 3A |
| Octal | 204 | 257 | 170 | 31 | 0 | 37 | 37 | 153 | 32 | 72 |
| Binary | 10000100 | 10101111 | 1111000 | 11001 | 0 | 11111 | 11111 | 1101011 | 11010 | 111010 |
Color Harmonies of #84AF78
Complementary color
Monochromatic Colors of #84AF78
Black with #84AF78
Text Example
Text Example
White with #84AF78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84AF78; }
p { color: rgb(132,175,120); }
H1.HeaderClassName
{
color: #84AF78;
}
.AnyTagClassName
{
color: #84AF78;
}
</style>
background-color css
<style>
a { background-color: #84AF78; }
a { background-color: rgb(132,175,120); }
div.DivClassName
{
background-color: #84AF78;
}
.BgClassName
{
background-color: #84AF78;
}
</style>
border-color css
<style>
span { border-color: #84AF78; }
span { border-color: rgb(132,175,120); }
td.TdClassName
{
border-color: #84AF78;
}
.TagClassName
{
border-color: #84AF78;
}
</style>