Shades of Envy #87A68C
Tints of Envy #87A68C
RGB
CMYK
RGB Variations
Color information
#87A68C (or 0x87A68C) is known color: Envy. HEX triplet: 87, A6 and 8C. RGB value is (135,166,140). Sum of RGB (Red+Green+Blue) = 135+166+140=441 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.61% from 441); Green value is 166 (65.23% from 255 or 37.64% from 441); Blue value is 140 (55.08% from 255 or 31.75% from 441); Max value from RGB is 166 - color contains mainly: green. Hex color #87A68C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87A68C is #785973. Grayscale: #999999. Windows color (decimal): -7887220 or 9217671. OLE color: 9217671.
HSL color Cylindrical-coordinate representation of color #87A68C: hue angle of 129.68º degrees, saturation: 0.15, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #87A68C is Cyan = 0.19, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 135 | 166 | 140 | - |
| CMYK | 0.19 | 0 | 0.16 | 0.35 |
| HSL | 129.68º | 0.15% | 0.59% | - |
| HSV(B) | 129.68º | 0.19% | 0.65% | - |
| XYZ | 28.36 | 34.32 | 29.94 | - |
| YUV | 153.77 | 120.23 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 166 | 140 | 0.19 | 0 | 0.16 | 0.35 | 129.68 | 0.15 | 0.59 |
| Hex | 87 | A6 | 8C | 13 | 0 | 10 | 23 | 82 | F | 3B |
| Octal | 207 | 246 | 214 | 23 | 0 | 20 | 43 | 202 | 17 | 73 |
| Binary | 10000111 | 10100110 | 10001100 | 10011 | 0 | 10000 | 100011 | 10000010 | 1111 | 111011 |
Color Harmonies of #87A68C
Complementary color
Monochromatic Colors of #87A68C
Black with #87A68C
Text Example
Text Example
White with #87A68C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87A68C; }
p { color: rgb(135,166,140); }
H1.HeaderClassName
{
color: #87A68C;
}
.AnyTagClassName
{
color: #87A68C;
}
</style>
background-color css
<style>
a { background-color: #87A68C; }
a { background-color: rgb(135,166,140); }
div.DivClassName
{
background-color: #87A68C;
}
.BgClassName
{
background-color: #87A68C;
}
</style>
border-color css
<style>
span { border-color: #87A68C; }
span { border-color: rgb(135,166,140); }
td.TdClassName
{
border-color: #87A68C;
}
.TagClassName
{
border-color: #87A68C;
}
</style>