Shades of Envy #829D85
Tints of Envy #829D85
RGB
CMYK
RGB Variations
Color information
#829D85 (or 0x829D85) is known color: Envy. HEX triplet: 82, 9D and 85. RGB value is (130,157,133). Sum of RGB (Red+Green+Blue) = 130+157+133=420 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.95% from 420); Green value is 157 (61.72% from 255 or 37.38% from 420); Blue value is 133 (52.34% from 255 or 31.67% from 420); Max value from RGB is 157 - color contains mainly: green. Hex color #829D85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829D85 is #7D627A. Grayscale: #929292. Windows color (decimal): -8217211 or 8756610. OLE color: 8756610.
HSL color Cylindrical-coordinate representation of color #829D85: hue angle of 126.67º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #829D85 is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 130 | 157 | 133 | - |
| CMYK | 0.17 | 0 | 0.15 | 0.38 |
| HSL | 126.67º | 0.12% | 0.56% | - |
| HSV(B) | 126.67º | 0.17% | 0.62% | - |
| XYZ | 25.5 | 30.55 | 26.74 | - |
| YUV | 146.19 | 120.55 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 157 | 133 | 0.17 | 0 | 0.15 | 0.38 | 126.67 | 0.12 | 0.56 |
| Hex | 82 | 9D | 85 | 11 | 0 | F | 26 | 7F | C | 38 |
| Octal | 202 | 235 | 205 | 21 | 0 | 17 | 46 | 177 | 14 | 70 |
| Binary | 10000010 | 10011101 | 10000101 | 10001 | 0 | 1111 | 100110 | 1111111 | 1100 | 111000 |
Color Harmonies of #829D85
Complementary color
Monochromatic Colors of #829D85
Black with #829D85
Text Example
Text Example
White with #829D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829D85; }
p { color: rgb(130,157,133); }
H1.HeaderClassName
{
color: #829D85;
}
.AnyTagClassName
{
color: #829D85;
}
</style>
background-color css
<style>
a { background-color: #829D85; }
a { background-color: rgb(130,157,133); }
div.DivClassName
{
background-color: #829D85;
}
.BgClassName
{
background-color: #829D85;
}
</style>
border-color css
<style>
span { border-color: #829D85; }
span { border-color: rgb(130,157,133); }
td.TdClassName
{
border-color: #829D85;
}
.TagClassName
{
border-color: #829D85;
}
</style>