#87A090

Color #87A090 Envy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Envy #87A090

Tints of Envy #87A090

Color information

#87A090 (or 0x87A090) is unknown color: approx Envy. HEX triplet: 87, A0 and 90. RGB value is (135,160,144). Sum of RGB (Red+Green+Blue) = 135+160+144=439 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.75% from 439); Green value is 160 (62.89% from 255 or 36.45% from 439); Blue value is 144 (56.64% from 255 or 32.80% from 439); Max value from RGB is 160 - color contains mainly: green. Hex color #87A090 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87A090 is #785F6F. Grayscale: #969696. Windows color (decimal): -7888752 or 9478279. OLE color: 9478279.

HSL color Cylindrical-coordinate representation of color #87A090: hue angle of 141.6º degrees, saturation: 0.12, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #87A090 is Cyan = 0.16, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.37.

Color convert

RGB135160144-
CMYK0.1600.10.37
HSL141.6º11.63%57.84%-
HSV(B)141.6º15.62%62.75%-
XYZ27.632.3131.17-
YUV150.7124.22116.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 135 (53.12% from 255) = 30.75%
GREEN value IS 160 (62.89% from 255) = 36.45%
BLUE value IS 144 (56.64% from 255) = 32.80%
R=30.75%
G=36.45%
B=32.80%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1351601440.1600.10.37141.611.6357.84
Hex87A090100A258ec3a
Octal20724022020012452161472
Binary1000011110100000100100001000001010100101100011101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87A090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87A090; }

 p { color: rgb(135,160,144); }

 H1.HeaderClassName
 {
   color: #87A090;
 }
 .AnyTagClassName
 {
   color: #87A090;
 }
</style>
background-color css

<style>
 a { background-color: #87A090; }

 a { background-color: rgb(135,160,144); }

 div.DivClassName
 {
   background-color: #87A090;
 }
 .BgClassName
 {
   background-color: #87A090;
 }
</style>
border-color css

<style>
 span { border-color: #87A090; }

 span { border-color: rgb(135,160,144); }

 td.TdClassName
 {
   border-color: #87A090;
 }
 .TagClassName
 {
   border-color: #87A090;
 }
</style>