Shades of Amulet #829B70
Tints of Amulet #829B70
RGB
CMYK
RGB Variations
Color information
#829B70 (or 0x829B70) is known color: Amulet. HEX triplet: 82, 9B and 70. RGB value is (130,155,112). Sum of RGB (Red+Green+Blue) = 130+155+112=397 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.75% from 397); Green value is 155 (60.94% from 255 or 39.04% from 397); Blue value is 112 (44.14% from 255 or 28.21% from 397); Max value from RGB is 155 - color contains mainly: green. Hex color #829B70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829B70 is #7D648F. Grayscale: #8E8E8E. Windows color (decimal): -8217744 or 7379842. OLE color: 7379842.
HSL color Cylindrical-coordinate representation of color #829B70: hue angle of 94.88º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #829B70 is Cyan = 0.16, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 130 | 155 | 112 | - |
| CMYK | 0.16 | 0 | 0.28 | 0.39 |
| HSL | 94.88º | 0.18% | 0.52% | - |
| HSV(B) | 94.88º | 0.28% | 0.61% | - |
| XYZ | 23.85 | 29.36 | 19.74 | - |
| YUV | 142.62 | 110.72 | 119 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 155 | 112 | 0.16 | 0 | 0.28 | 0.39 | 94.88 | 0.18 | 0.52 |
| Hex | 82 | 9B | 70 | 10 | 0 | 1C | 27 | 5F | 12 | 34 |
| Octal | 202 | 233 | 160 | 20 | 0 | 34 | 47 | 137 | 22 | 64 |
| Binary | 10000010 | 10011011 | 1110000 | 10000 | 0 | 11100 | 100111 | 1011111 | 10010 | 110100 |
Color Harmonies of #829B70
Complementary color
Monochromatic Colors of #829B70
Black with #829B70
Text Example
Text Example
White with #829B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829B70; }
p { color: rgb(130,155,112); }
H1.HeaderClassName
{
color: #829B70;
}
.AnyTagClassName
{
color: #829B70;
}
</style>
background-color css
<style>
a { background-color: #829B70; }
a { background-color: rgb(130,155,112); }
div.DivClassName
{
background-color: #829B70;
}
.BgClassName
{
background-color: #829B70;
}
</style>
border-color css
<style>
span { border-color: #829B70; }
span { border-color: rgb(130,155,112); }
td.TdClassName
{
border-color: #829B70;
}
.TagClassName
{
border-color: #829B70;
}
</style>