#87968A

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

Shades of Envy #87968A

Tints of Envy #87968A

Color information

#87968A (or 0x87968A) is unknown color: approx Envy. HEX triplet: 87, 96 and 8A. RGB value is (135,150,138). Sum of RGB (Red+Green+Blue) = 135+150+138=423 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.91% from 423); Green value is 150 (58.98% from 255 or 35.46% from 423); Blue value is 138 (54.30% from 255 or 32.62% from 423); Max value from RGB is 150 - color contains mainly: green. Hex color #87968A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87968A is #786975. Grayscale: #909090. Windows color (decimal): -7891318 or 9082503. OLE color: 9082503.

HSL color Cylindrical-coordinate representation of color #87968A: hue angle of 132º degrees, saturation: 0.07, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #87968A is Cyan = 0.1, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.41.

Color convert

RGB135150138-
CMYK0.100.080.41
HSL132º6.67%55.88%-
HSV(B)132º10%58.82%-
XYZ25.4928.828.26-
YUV144.15124.53121.48-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.91%
GREEN value IS 150 (58.98% from 255) = 35.46%
BLUE value IS 138 (54.30% from 255) = 32.62%
R=31.91%
G=35.46%
B=32.62%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1351501380.100.080.411326.6755.88
Hex87968AA082984738
Octal2072262121201051204770
Binary10000111100101101000101010100100010100110000100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87968A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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