#869889

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

Shades of Envy #869889

Tints of Envy #869889

Color information

#869889 (or 0x869889) is unknown color: approx Envy. HEX triplet: 86, 98 and 89. RGB value is (134,152,137). Sum of RGB (Red+Green+Blue) = 134+152+137=423 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.68% from 423); Green value is 152 (59.77% from 255 or 35.93% from 423); Blue value is 137 (53.91% from 255 or 32.39% from 423); Max value from RGB is 152 - color contains mainly: green. Hex color #869889 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869889 is #796776. Grayscale: #909090. Windows color (decimal): -7956343 or 9017478. OLE color: 9017478.

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

Color convert

RGB134152137-
CMYK0.1200.100.40
HSL130º8.04%56.08%-
HSV(B)130º11.84%59.61%-
XYZ25.5829.3327.98-
YUV144.91123.54120.22-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.68%
GREEN value IS 152 (59.77% from 255) = 35.93%
BLUE value IS 137 (53.91% from 255) = 32.39%
R=31.68%
G=35.93%
B=32.39%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1341521370.1200.100.401308.0456.08
Hex869889C0A2882838
Octal20623021114012502021070
Binary100001101001100010001001110001010101000100000101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869889; }

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

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

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

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

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

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

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

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