Shades of Amulet #82997B
Tints of Amulet #82997B
RGB
CMYK
RGB Variations
Color information
#82997B (or 0x82997B) is known color: Amulet. HEX triplet: 82, 99 and 7B. RGB value is (130,153,123). Sum of RGB (Red+Green+Blue) = 130+153+123=406 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.02% from 406); Green value is 153 (60.16% from 255 or 37.68% from 406); Blue value is 123 (48.44% from 255 or 30.30% from 406); Max value from RGB is 153 - color contains mainly: green. Hex color #82997B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82997B is #7D6684. Grayscale: #8E8E8E. Windows color (decimal): -8218245 or 8100226. OLE color: 8100226.
HSL color Cylindrical-coordinate representation of color #82997B: hue angle of 106º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #82997B is Cyan = 0.15, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 130 | 153 | 123 | - |
| CMYK | 0.15 | 0 | 0.20 | 0.4 |
| HSL | 106º | 0.13% | 0.54% | - |
| HSV(B) | 106º | 0.2% | 0.6% | - |
| XYZ | 24.17 | 28.96 | 23.05 | - |
| YUV | 142.7 | 116.88 | 118.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 153 | 123 | 0.15 | 0 | 0.20 | 0.4 | 106 | 0.13 | 0.54 |
| Hex | 82 | 99 | 7B | F | 0 | 14 | 28 | 6A | D | 36 |
| Octal | 202 | 231 | 173 | 17 | 0 | 24 | 50 | 152 | 15 | 66 |
| Binary | 10000010 | 10011001 | 1111011 | 1111 | 0 | 10100 | 101000 | 1101010 | 1101 | 110110 |
Color Harmonies of #82997B
Complementary color
Monochromatic Colors of #82997B
Black with #82997B
Text Example
Text Example
White with #82997B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82997B; }
p { color: rgb(130,153,123); }
H1.HeaderClassName
{
color: #82997B;
}
.AnyTagClassName
{
color: #82997B;
}
</style>
background-color css
<style>
a { background-color: #82997B; }
a { background-color: rgb(130,153,123); }
div.DivClassName
{
background-color: #82997B;
}
.BgClassName
{
background-color: #82997B;
}
</style>
border-color css
<style>
span { border-color: #82997B; }
span { border-color: rgb(130,153,123); }
td.TdClassName
{
border-color: #82997B;
}
.TagClassName
{
border-color: #82997B;
}
</style>