Shades of Amulet #82AD78
Tints of Amulet #82AD78
RGB
CMYK
RGB Variations
Color information
#82AD78 (or 0x82AD78) is known color: Amulet. HEX triplet: 82, AD and 78. RGB value is (130,173,120). Sum of RGB (Red+Green+Blue) = 130+173+120=423 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.73% from 423); Green value is 173 (67.97% from 255 or 40.90% from 423); Blue value is 120 (47.27% from 255 or 28.37% from 423); Max value from RGB is 173 - color contains mainly: green. Hex color #82AD78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82AD78 is #7D5287. Grayscale: #9A9A9A. Windows color (decimal): -8213128 or 7908738. OLE color: 7908738.
HSL color Cylindrical-coordinate representation of color #82AD78: hue angle of 108.68º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #82AD78 is Cyan = 0.25, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 130 | 173 | 120 | - |
| CMYK | 0.25 | 0 | 0.31 | 0.32 |
| HSL | 108.68º | 0.24% | 0.57% | - |
| HSV(B) | 108.68º | 0.31% | 0.68% | - |
| XYZ | 27.54 | 35.99 | 23.26 | - |
| YUV | 154.1 | 108.75 | 110.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 173 | 120 | 0.25 | 0 | 0.31 | 0.32 | 108.68 | 0.24 | 0.57 |
| Hex | 82 | AD | 78 | 19 | 0 | 1F | 20 | 6D | 18 | 39 |
| Octal | 202 | 255 | 170 | 31 | 0 | 37 | 40 | 155 | 30 | 71 |
| Binary | 10000010 | 10101101 | 1111000 | 11001 | 0 | 11111 | 100000 | 1101101 | 11000 | 111001 |
Color Harmonies of #82AD78
Complementary color
Monochromatic Colors of #82AD78
Black with #82AD78
Text Example
Text Example
White with #82AD78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82AD78; }
p { color: rgb(130,173,120); }
H1.HeaderClassName
{
color: #82AD78;
}
.AnyTagClassName
{
color: #82AD78;
}
</style>
background-color css
<style>
a { background-color: #82AD78; }
a { background-color: rgb(130,173,120); }
div.DivClassName
{
background-color: #82AD78;
}
.BgClassName
{
background-color: #82AD78;
}
</style>
border-color css
<style>
span { border-color: #82AD78; }
span { border-color: rgb(130,173,120); }
td.TdClassName
{
border-color: #82AD78;
}
.TagClassName
{
border-color: #82AD78;
}
</style>