Shades of Envy #87B08B
Tints of Envy #87B08B
RGB
CMYK
RGB Variations
Color information
#87B08B (or 0x87B08B) is known color: Envy. HEX triplet: 87, B0 and 8B. RGB value is (135,176,139). Sum of RGB (Red+Green+Blue) = 135+176+139=450 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30% from 450); Green value is 176 (69.14% from 255 or 39.11% from 450); Blue value is 139 (54.69% from 255 or 30.89% from 450); Max value from RGB is 176 - color contains mainly: green. Hex color #87B08B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87B08B is #784F74. Grayscale: #9F9F9F. Windows color (decimal): -7884661 or 9154695. OLE color: 9154695.
HSL color Cylindrical-coordinate representation of color #87B08B: hue angle of 125.85º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #87B08B is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 135 | 176 | 139 | - |
| CMYK | 0.23 | 0 | 0.21 | 0.31 |
| HSL | 125.85º | 0.21% | 0.61% | - |
| HSV(B) | 125.85º | 0.23% | 0.69% | - |
| XYZ | 30.18 | 38.07 | 30.18 | - |
| YUV | 159.52 | 116.42 | 110.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 176 | 139 | 0.23 | 0 | 0.21 | 0.31 | 125.85 | 0.21 | 0.61 |
| Hex | 87 | B0 | 8B | 17 | 0 | 15 | 1F | 7E | 15 | 3D |
| Octal | 207 | 260 | 213 | 27 | 0 | 25 | 37 | 176 | 25 | 75 |
| Binary | 10000111 | 10110000 | 10001011 | 10111 | 0 | 10101 | 11111 | 1111110 | 10101 | 111101 |
Color Harmonies of #87B08B
Complementary color
Monochromatic Colors of #87B08B
Black with #87B08B
Text Example
Text Example
White with #87B08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87B08B; }
p { color: rgb(135,176,139); }
H1.HeaderClassName
{
color: #87B08B;
}
.AnyTagClassName
{
color: #87B08B;
}
</style>
background-color css
<style>
a { background-color: #87B08B; }
a { background-color: rgb(135,176,139); }
div.DivClassName
{
background-color: #87B08B;
}
.BgClassName
{
background-color: #87B08B;
}
</style>
border-color css
<style>
span { border-color: #87B08B; }
span { border-color: rgb(135,176,139); }
td.TdClassName
{
border-color: #87B08B;
}
.TagClassName
{
border-color: #87B08B;
}
</style>