#87958A

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

Shades of Envy #87958A

Tints of Envy #87958A

Color information

#87958A (or 0x87958A) is unknown color: approx Envy. HEX triplet: 87, 95 and 8A. RGB value is (135,149,138). Sum of RGB (Red+Green+Blue) = 135+149+138=422 (55% of max value = 765). Red value is 135 (53.12% from 255 or 31.99% from 422); Green value is 149 (58.59% from 255 or 35.31% from 422); Blue value is 138 (54.30% from 255 or 32.70% from 422); Max value from RGB is 149 - color contains mainly: green. Hex color #87958A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87958A is #786A75. Grayscale: #8F8F8F. Windows color (decimal): -7891574 or 9082247. OLE color: 9082247.

HSL color Cylindrical-coordinate representation of color #87958A: hue angle of 132.86º degrees, saturation: 0.06, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #87958A is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB135149138-
CMYK0.0900.070.42
HSL132.86º6.19%55.69%-
HSV(B)132.86º9.4%58.43%-
XYZ25.3328.4828.21-
YUV143.56124.86121.89-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.99%
GREEN value IS 149 (58.59% from 255) = 35.31%
BLUE value IS 138 (54.30% from 255) = 32.70%
R=31.99%
G=35.31%
B=32.70%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1351491380.0900.070.42132.866.1955.69
Hex87958A9072A85638
Octal207225212110752205670
Binary1000011110010101100010101001011110101010000101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87958A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87958A; }

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

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

<style>
 a { background-color: #87958A; }

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

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

<style>
 span { border-color: #87958A; }

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

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