#87A98A

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

Shades of Envy #87A98A

Tints of Envy #87A98A

Color information

#87A98A (or 0x87A98A) is unknown color: approx Envy. HEX triplet: 87, A9 and 8A. RGB value is (135,169,138). Sum of RGB (Red+Green+Blue) = 135+169+138=442 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.54% from 442); Green value is 169 (66.41% from 255 or 38.24% from 442); Blue value is 138 (54.30% from 255 or 31.22% from 442); Max value from RGB is 169 - color contains mainly: green. Hex color #87A98A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87A98A is #785675. Grayscale: #9B9B9B. Windows color (decimal): -7886454 or 9087367. OLE color: 9087367.

HSL color Cylindrical-coordinate representation of color #87A98A: hue angle of 125.29º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #87A98A is Cyan = 0.20, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.34.

Color convert

RGB135169138-
CMYK0.2000.180.34
HSL125.29º16.5%59.61%-
HSV(B)125.29º20.12%66.27%-
XYZ28.7735.3629.35-
YUV155.3118.24113.52-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 30.54%
GREEN value IS 169 (66.41% from 255) = 38.24%
BLUE value IS 138 (54.30% from 255) = 31.22%
R=30.54%
G=38.24%
B=31.22%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1351691380.2000.180.34125.2916.559.61
Hex87A98A14012227d113c
Octal20725121224022421752174
Binary10000111101010011000101010100010010100010111110110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87A98A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,169,138); }

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

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

 a { background-color: rgb(135,169,138); }

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

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

 span { border-color: rgb(135,169,138); }

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