#819889

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

Shades of Envy #819889

Tints of Envy #819889

Color information

#819889 (or 0x819889) is unknown color: approx Envy. HEX triplet: 81, 98 and 89. RGB value is (129,152,137). Sum of RGB (Red+Green+Blue) = 129+152+137=418 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.86% from 418); Green value is 152 (59.77% from 255 or 36.36% from 418); Blue value is 137 (53.91% from 255 or 32.78% from 418); Max value from RGB is 152 - color contains mainly: green. Hex color #819889 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819889 is #7E6776. Grayscale: #8F8F8F. Windows color (decimal): -8284023 or 9017473. OLE color: 9017473.

HSL color Cylindrical-coordinate representation of color #819889: hue angle of 140.87º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #819889 is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.40.

Color convert

RGB129152137-
CMYK0.1500.100.40
HSL140.87º10.04%55.1%-
HSV(B)140.87º15.13%59.61%-
XYZ24.828.9327.94-
YUV143.41124.38117.72-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.86%
GREEN value IS 152 (59.77% from 255) = 36.36%
BLUE value IS 137 (53.91% from 255) = 32.78%
R=30.86%
G=36.36%
B=32.78%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1291521370.1500.100.40140.8710.0455.1
Hex819889F0A288da37
Octal20123021117012502151267
Binary100000011001100010001001111101010101000100011011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #819889; }

 p { color: rgb(129,152,137); }

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

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

 a { background-color: rgb(129,152,137); }

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

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

 span { border-color: rgb(129,152,137); }

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