Shades of Amulet #82997F
Tints of Amulet #82997F
RGB
CMYK
RGB Variations
Color information
#82997F (or 0x82997F) is known color: Amulet. HEX triplet: 82, 99 and 7F. RGB value is (130,153,127). Sum of RGB (Red+Green+Blue) = 130+153+127=410 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.71% from 410); Green value is 153 (60.16% from 255 or 37.32% from 410); Blue value is 127 (50% from 255 or 30.98% from 410); Max value from RGB is 153 - color contains mainly: green. Hex color #82997F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82997F is #7D6680. Grayscale: #8F8F8F. Windows color (decimal): -8218241 or 8362370. OLE color: 8362370.
HSL color Cylindrical-coordinate representation of color #82997F: hue angle of 113.08º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #82997F is Cyan = 0.15, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 130 | 153 | 127 | - |
| CMYK | 0.15 | 0 | 0.17 | 0.4 |
| HSL | 113.08º | 0.11% | 0.55% | - |
| HSV(B) | 113.08º | 0.17% | 0.6% | - |
| XYZ | 24.43 | 29.06 | 24.4 | - |
| YUV | 143.16 | 118.88 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 153 | 127 | 0.15 | 0 | 0.17 | 0.4 | 113.08 | 0.11 | 0.55 |
| Hex | 82 | 99 | 7F | F | 0 | 11 | 28 | 71 | B | 37 |
| Octal | 202 | 231 | 177 | 17 | 0 | 21 | 50 | 161 | 13 | 67 |
| Binary | 10000010 | 10011001 | 1111111 | 1111 | 0 | 10001 | 101000 | 1110001 | 1011 | 110111 |
Color Harmonies of #82997F
Complementary color
Monochromatic Colors of #82997F
Black with #82997F
Text Example
Text Example
White with #82997F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82997F; }
p { color: rgb(130,153,127); }
H1.HeaderClassName
{
color: #82997F;
}
.AnyTagClassName
{
color: #82997F;
}
</style>
background-color css
<style>
a { background-color: #82997F; }
a { background-color: rgb(130,153,127); }
div.DivClassName
{
background-color: #82997F;
}
.BgClassName
{
background-color: #82997F;
}
</style>
border-color css
<style>
span { border-color: #82997F; }
span { border-color: rgb(130,153,127); }
td.TdClassName
{
border-color: #82997F;
}
.TagClassName
{
border-color: #82997F;
}
</style>