#819687

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

Shades of Envy #819687

Tints of Envy #819687

Color information

#819687 (or 0x819687) is unknown color: approx Envy. HEX triplet: 81, 96 and 87. RGB value is (129,150,135). Sum of RGB (Red+Green+Blue) = 129+150+135=414 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.16% from 414); Green value is 150 (58.98% from 255 or 36.23% from 414); Blue value is 135 (53.12% from 255 or 32.61% from 414); Max value from RGB is 150 - color contains mainly: green. Hex color #819687 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819687 is #7E6978. Grayscale: #8E8E8E. Windows color (decimal): -8284537 or 8885889. OLE color: 8885889.

HSL color Cylindrical-coordinate representation of color #819687: hue angle of 137.14º 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 #819687 is Cyan = 0.14, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.41.

Color convert

RGB129150135-
CMYK0.1400.10.41
HSL137.14º9.09%54.71%-
HSV(B)137.14º14%58.82%-
XYZ24.3328.2327.09-
YUV142.01124.04118.72-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.16%
GREEN value IS 150 (58.98% from 255) = 36.23%
BLUE value IS 135 (53.12% from 255) = 32.61%
R=31.16%
G=36.23%
B=32.61%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1291501350.1400.10.41137.149.0954.71
Hex819687E0A2989937
Octal20122620716012512111167
Binary100000011001011010000111111001010101001100010011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #819687; }

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

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

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

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

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

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

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

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