Shades of Envy #819B8A
Tints of Envy #819B8A
RGB
CMYK
RGB Variations
Color information
#819B8A (or 0x819B8A) is known color: Envy. HEX triplet: 81, 9B and 8A. RGB value is (129,155,138). Sum of RGB (Red+Green+Blue) = 129+155+138=422 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.57% from 422); Green value is 155 (60.94% from 255 or 36.73% from 422); Blue value is 138 (54.30% from 255 or 32.70% from 422); Max value from RGB is 155 - color contains mainly: green. Hex color #819B8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819B8A is #7E6475. Grayscale: #919191. Windows color (decimal): -8283254 or 9083777. OLE color: 9083777.
HSL color Cylindrical-coordinate representation of color #819B8A: hue angle of 140.77º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #819B8A is Cyan = 0.17, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 129 | 155 | 138 | - |
| CMYK | 0.17 | 0 | 0.11 | 0.39 |
| HSL | 140.77º | 0.12% | 0.56% | - |
| HSV(B) | 140.77º | 0.17% | 0.61% | - |
| XYZ | 25.36 | 29.94 | 28.49 | - |
| YUV | 145.29 | 123.89 | 116.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 155 | 138 | 0.17 | 0 | 0.11 | 0.39 | 140.77 | 0.12 | 0.56 |
| Hex | 81 | 9B | 8A | 11 | 0 | B | 27 | 8D | C | 38 |
| Octal | 201 | 233 | 212 | 21 | 0 | 13 | 47 | 215 | 14 | 70 |
| Binary | 10000001 | 10011011 | 10001010 | 10001 | 0 | 1011 | 100111 | 10001101 | 1100 | 111000 |
Color Harmonies of #819B8A
Complementary color
Monochromatic Colors of #819B8A
Black with #819B8A
Text Example
Text Example
White with #819B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819B8A; }
p { color: rgb(129,155,138); }
H1.HeaderClassName
{
color: #819B8A;
}
.AnyTagClassName
{
color: #819B8A;
}
</style>
background-color css
<style>
a { background-color: #819B8A; }
a { background-color: rgb(129,155,138); }
div.DivClassName
{
background-color: #819B8A;
}
.BgClassName
{
background-color: #819B8A;
}
</style>
border-color css
<style>
span { border-color: #819B8A; }
span { border-color: rgb(129,155,138); }
td.TdClassName
{
border-color: #819B8A;
}
.TagClassName
{
border-color: #819B8A;
}
</style>