#87938A

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

Shades of Envy #87938A

Tints of Envy #87938A

Color information

#87938A (or 0x87938A) is unknown color: approx Envy. HEX triplet: 87, 93 and 8A. RGB value is (135,147,138). Sum of RGB (Red+Green+Blue) = 135+147+138=420 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.14% from 420); Green value is 147 (57.81% from 255 or 35% from 420); Blue value is 138 (54.30% from 255 or 32.86% from 420); Max value from RGB is 147 - color contains mainly: green. Hex color #87938A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87938A is #786C75. Grayscale: #8E8E8E. Windows color (decimal): -7892086 or 9081735. OLE color: 9081735.

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

Color convert

RGB135147138-
CMYK0.0800.060.42
HSL135º5.26%55.29%-
HSV(B)135º8.16%57.65%-
XYZ25.0127.8528.1-
YUV142.39125.52122.73-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.14%
GREEN value IS 147 (57.81% from 255) = 35%
BLUE value IS 138 (54.30% from 255) = 32.86%
R=32.14%
G=35%
B=32.86%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1351471380.0800.060.421355.2655.29
Hex87938A8062A87537
Octal207223212100652207567
Binary1000011110010011100010101000011010101010000111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87938A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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