#819686

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

Shades of Envy #819686

Tints of Envy #819686

Color information

#819686 (or 0x819686) is unknown color: approx Envy. HEX triplet: 81, 96 and 86. RGB value is (129,150,134). Sum of RGB (Red+Green+Blue) = 129+150+134=413 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.23% from 413); Green value is 150 (58.98% from 255 or 36.32% from 413); Blue value is 134 (52.73% from 255 or 32.45% from 413); Max value from RGB is 150 - color contains mainly: green. Hex color #819686 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819686 is #7E6979. Grayscale: #8D8D8D. Windows color (decimal): -8284538 or 8820353. OLE color: 8820353.

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

Color convert

RGB129150134-
CMYK0.1400.110.41
HSL134.29º9.09%54.71%-
HSV(B)134.29º14%58.82%-
XYZ24.2628.226.72-
YUV141.9123.54118.8-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.23%
GREEN value IS 150 (58.98% from 255) = 36.32%
BLUE value IS 134 (52.73% from 255) = 32.45%
R=31.23%
G=36.32%
B=32.45%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1291501340.1400.110.41134.299.0954.71
Hex819686E0B2986937
Octal20122620616013512061167
Binary100000011001011010000110111001011101001100001101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #819686; }

 p { color: rgb(129,150,134); }

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

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

 a { background-color: rgb(129,150,134); }

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

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

 span { border-color: rgb(129,150,134); }

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