Shades of Amulet #82B07D
Tints of Amulet #82B07D
RGB
CMYK
RGB Variations
Color information
#82B07D (or 0x82B07D) is known color: Amulet. HEX triplet: 82, B0 and 7D. RGB value is (130,176,125). Sum of RGB (Red+Green+Blue) = 130+176+125=431 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.16% from 431); Green value is 176 (69.14% from 255 or 40.84% from 431); Blue value is 125 (49.22% from 255 or 29.00% from 431); Max value from RGB is 176 - color contains mainly: green. Hex color #82B07D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82B07D is #7D4F82. Grayscale: #9C9C9C. Windows color (decimal): -8212355 or 8237186. OLE color: 8237186.
HSL color Cylindrical-coordinate representation of color #82B07D: hue angle of 114.12º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #82B07D is Cyan = 0.26, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 130 | 176 | 125 | - |
| CMYK | 0.26 | 0 | 0.29 | 0.31 |
| HSL | 114.12º | 0.24% | 0.59% | - |
| HSV(B) | 114.12º | 0.29% | 0.69% | - |
| XYZ | 28.43 | 37.28 | 25.1 | - |
| YUV | 156.43 | 110.26 | 109.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 176 | 125 | 0.26 | 0 | 0.29 | 0.31 | 114.12 | 0.24 | 0.59 |
| Hex | 82 | B0 | 7D | 1A | 0 | 1D | 1F | 72 | 18 | 3B |
| Octal | 202 | 260 | 175 | 32 | 0 | 35 | 37 | 162 | 30 | 73 |
| Binary | 10000010 | 10110000 | 1111101 | 11010 | 0 | 11101 | 11111 | 1110010 | 11000 | 111011 |
Color Harmonies of #82B07D
Complementary color
Monochromatic Colors of #82B07D
Black with #82B07D
Text Example
Text Example
White with #82B07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82B07D; }
p { color: rgb(130,176,125); }
H1.HeaderClassName
{
color: #82B07D;
}
.AnyTagClassName
{
color: #82B07D;
}
</style>
background-color css
<style>
a { background-color: #82B07D; }
a { background-color: rgb(130,176,125); }
div.DivClassName
{
background-color: #82B07D;
}
.BgClassName
{
background-color: #82B07D;
}
</style>
border-color css
<style>
span { border-color: #82B07D; }
span { border-color: rgb(130,176,125); }
td.TdClassName
{
border-color: #82B07D;
}
.TagClassName
{
border-color: #82B07D;
}
</style>