#849D87

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

Shades of Envy #849D87

Tints of Envy #849D87

Color information

#849D87 (or 0x849D87) is unknown color: approx Envy. HEX triplet: 84, 9D and 87. RGB value is (132,157,135). Sum of RGB (Red+Green+Blue) = 132+157+135=424 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.13% from 424); Green value is 157 (61.72% from 255 or 37.03% from 424); Blue value is 135 (53.12% from 255 or 31.84% from 424); Max value from RGB is 157 - color contains mainly: green. Hex color #849D87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849D87 is #7B6278. Grayscale: #939393. Windows color (decimal): -8086137 or 8887684. OLE color: 8887684.

HSL color Cylindrical-coordinate representation of color #849D87: hue angle of 127.2º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #849D87 is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.38.

Color convert

RGB132157135-
CMYK0.1600.140.38
HSL127.2º11.31%56.67%-
HSV(B)127.2º15.92%61.57%-
XYZ25.9530.7727.49-
YUV147.02121.22117.29-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.13%
GREEN value IS 157 (61.72% from 255) = 37.03%
BLUE value IS 135 (53.12% from 255) = 31.84%
R=31.13%
G=37.03%
B=31.84%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1321571350.1600.140.38127.211.3156.67
Hex849D87100E267fb39
Octal20423520720016461771371
Binary100001001001110110000111100000111010011011111111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849D87; }

 p { color: rgb(132,157,135); }

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

<style>
 a { background-color: #849D87; }

 a { background-color: rgb(132,157,135); }

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

<style>
 span { border-color: #849D87; }

 span { border-color: rgb(132,157,135); }

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