Shades of Envy #819C8A
Tints of Envy #819C8A
RGB
CMYK
RGB Variations
Color information
#819C8A (or 0x819C8A) is known color: Envy. HEX triplet: 81, 9C and 8A. RGB value is (129,156,138). Sum of RGB (Red+Green+Blue) = 129+156+138=423 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.50% from 423); Green value is 156 (61.33% from 255 or 36.88% from 423); Blue value is 138 (54.30% from 255 or 32.62% from 423); Max value from RGB is 156 - color contains mainly: green. Hex color #819C8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819C8A is #7E6375. Grayscale: #919191. Windows color (decimal): -8282998 or 9084033. OLE color: 9084033.
HSL color Cylindrical-coordinate representation of color #819C8A: hue angle of 140º 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 #819C8A is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 129 | 156 | 138 | - |
| CMYK | 0.17 | 0 | 0.12 | 0.39 |
| HSL | 140º | 0.12% | 0.56% | - |
| HSV(B) | 140º | 0.17% | 0.61% | - |
| XYZ | 25.53 | 30.28 | 28.54 | - |
| YUV | 145.88 | 123.55 | 115.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 156 | 138 | 0.17 | 0 | 0.12 | 0.39 | 140 | 0.12 | 0.56 |
| Hex | 81 | 9C | 8A | 11 | 0 | C | 27 | 8C | C | 38 |
| Octal | 201 | 234 | 212 | 21 | 0 | 14 | 47 | 214 | 14 | 70 |
| Binary | 10000001 | 10011100 | 10001010 | 10001 | 0 | 1100 | 100111 | 10001100 | 1100 | 111000 |
Color Harmonies of #819C8A
Complementary color
Monochromatic Colors of #819C8A
Black with #819C8A
Text Example
Text Example
White with #819C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819C8A; }
p { color: rgb(129,156,138); }
H1.HeaderClassName
{
color: #819C8A;
}
.AnyTagClassName
{
color: #819C8A;
}
</style>
background-color css
<style>
a { background-color: #819C8A; }
a { background-color: rgb(129,156,138); }
div.DivClassName
{
background-color: #819C8A;
}
.BgClassName
{
background-color: #819C8A;
}
</style>
border-color css
<style>
span { border-color: #819C8A; }
span { border-color: rgb(129,156,138); }
td.TdClassName
{
border-color: #819C8A;
}
.TagClassName
{
border-color: #819C8A;
}
</style>