#849687

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

Shades of Envy #849687

Tints of Envy #849687

Color information

#849687 (or 0x849687) is unknown color: approx Envy. HEX triplet: 84, 96 and 87. RGB value is (132,150,135). Sum of RGB (Red+Green+Blue) = 132+150+135=417 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.65% from 417); Green value is 150 (58.98% from 255 or 35.97% from 417); Blue value is 135 (53.12% from 255 or 32.37% from 417); Max value from RGB is 150 - color contains mainly: green. Hex color #849687 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849687 is #7B6978. Grayscale: #8E8E8E. Windows color (decimal): -8087929 or 8885892. OLE color: 8885892.

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

Color convert

RGB132150135-
CMYK0.1200.10.41
HSL130º7.89%55.29%-
HSV(B)130º12%58.82%-
XYZ24.828.4727.11-
YUV142.91123.54120.22-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.65%
GREEN value IS 150 (58.98% from 255) = 35.97%
BLUE value IS 135 (53.12% from 255) = 32.37%
R=31.65%
G=35.97%
B=32.37%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1321501350.1200.10.411307.8955.29
Hex849687C0A2982837
Octal20422620714012512021067
Binary100001001001011010000111110001010101001100000101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849687; }

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

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

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

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

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

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

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

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