Shades of Envy #819D88
Tints of Envy #819D88
RGB
CMYK
RGB Variations
Color information
#819D88 (or 0x819D88) is known color: Envy. HEX triplet: 81, 9D and 88. RGB value is (129,157,136). Sum of RGB (Red+Green+Blue) = 129+157+136=422 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.57% from 422); Green value is 157 (61.72% from 255 or 37.20% from 422); Blue value is 136 (53.52% from 255 or 32.23% from 422); Max value from RGB is 157 - color contains mainly: green. Hex color #819D88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819D88 is #7E6277. Grayscale: #929292. Windows color (decimal): -8282744 or 8953217. OLE color: 8953217.
HSL color Cylindrical-coordinate representation of color #819D88: hue angle of 135º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #819D88 is Cyan = 0.18, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 129 | 157 | 136 | - |
| CMYK | 0.18 | 0 | 0.13 | 0.38 |
| HSL | 135º | 0.13% | 0.56% | - |
| HSV(B) | 135º | 0.18% | 0.62% | - |
| XYZ | 25.55 | 30.56 | 27.84 | - |
| YUV | 146.23 | 122.22 | 115.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 157 | 136 | 0.18 | 0 | 0.13 | 0.38 | 135 | 0.13 | 0.56 |
| Hex | 81 | 9D | 88 | 12 | 0 | D | 26 | 87 | C | 38 |
| Octal | 201 | 235 | 210 | 22 | 0 | 15 | 46 | 207 | 14 | 70 |
| Binary | 10000001 | 10011101 | 10001000 | 10010 | 0 | 1101 | 100110 | 10000111 | 1100 | 111000 |
Color Harmonies of #819D88
Complementary color
Monochromatic Colors of #819D88
Black with #819D88
Text Example
Text Example
White with #819D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819D88; }
p { color: rgb(129,157,136); }
H1.HeaderClassName
{
color: #819D88;
}
.AnyTagClassName
{
color: #819D88;
}
</style>
background-color css
<style>
a { background-color: #819D88; }
a { background-color: rgb(129,157,136); }
div.DivClassName
{
background-color: #819D88;
}
.BgClassName
{
background-color: #819D88;
}
</style>
border-color css
<style>
span { border-color: #819D88; }
span { border-color: rgb(129,157,136); }
td.TdClassName
{
border-color: #819D88;
}
.TagClassName
{
border-color: #819D88;
}
</style>