Shades of Envy #83A78D
Tints of Envy #83A78D
RGB
CMYK
RGB Variations
Color information
#83A78D (or 0x83A78D) is known color: Envy. HEX triplet: 83, A7 and 8D. RGB value is (131,167,141). Sum of RGB (Red+Green+Blue) = 131+167+141=439 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.84% from 439); Green value is 167 (65.62% from 255 or 38.04% from 439); Blue value is 141 (55.47% from 255 or 32.12% from 439); Max value from RGB is 167 - color contains mainly: green. Hex color #83A78D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83A78D is #7C5872. Grayscale: #999999. Windows color (decimal): -8149107 or 9283459. OLE color: 9283459.
HSL color Cylindrical-coordinate representation of color #83A78D: hue angle of 136.67º degrees, saturation: 0.17, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #83A78D is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 131 | 167 | 141 | - |
| CMYK | 0.22 | 0 | 0.16 | 0.35 |
| HSL | 136.67º | 0.17% | 0.58% | - |
| HSV(B) | 136.67º | 0.22% | 0.65% | - |
| XYZ | 27.99 | 34.39 | 30.36 | - |
| YUV | 153.27 | 121.07 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 167 | 141 | 0.22 | 0 | 0.16 | 0.35 | 136.67 | 0.17 | 0.58 |
| Hex | 83 | A7 | 8D | 16 | 0 | 10 | 23 | 89 | 11 | 3A |
| Octal | 203 | 247 | 215 | 26 | 0 | 20 | 43 | 211 | 21 | 72 |
| Binary | 10000011 | 10100111 | 10001101 | 10110 | 0 | 10000 | 100011 | 10001001 | 10001 | 111010 |
Color Harmonies of #83A78D
Complementary color
Monochromatic Colors of #83A78D
Black with #83A78D
Text Example
Text Example
White with #83A78D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83A78D; }
p { color: rgb(131,167,141); }
H1.HeaderClassName
{
color: #83A78D;
}
.AnyTagClassName
{
color: #83A78D;
}
</style>
background-color css
<style>
a { background-color: #83A78D; }
a { background-color: rgb(131,167,141); }
div.DivClassName
{
background-color: #83A78D;
}
.BgClassName
{
background-color: #83A78D;
}
</style>
border-color css
<style>
span { border-color: #83A78D; }
span { border-color: rgb(131,167,141); }
td.TdClassName
{
border-color: #83A78D;
}
.TagClassName
{
border-color: #83A78D;
}
</style>