#869289

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

Shades of Envy #869289

Tints of Envy #869289

Color information

#869289 (or 0x869289) is unknown color: approx Envy. HEX triplet: 86, 92 and 89. RGB value is (134,146,137). Sum of RGB (Red+Green+Blue) = 134+146+137=417 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.13% from 417); Green value is 146 (57.42% from 255 or 35.01% from 417); Blue value is 137 (53.91% from 255 or 32.85% from 417); Max value from RGB is 146 - color contains mainly: green. Hex color #869289 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869289 is #796D76. Grayscale: #8D8D8D. Windows color (decimal): -7957879 or 9015942. OLE color: 9015942.

HSL color Cylindrical-coordinate representation of color #869289: hue angle of 135º degrees, saturation: 0.05, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #869289 is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.43.

Color convert

RGB134146137-
CMYK0.0800.060.43
HSL135º5.22%54.9%-
HSV(B)135º8.22%57.25%-
XYZ24.6327.4327.66-
YUV141.39125.52122.73-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.13%
GREEN value IS 146 (57.42% from 255) = 35.01%
BLUE value IS 137 (53.91% from 255) = 32.85%
R=32.13%
G=35.01%
B=32.85%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1341461370.0800.060.431355.2254.9
Hex8692898062B87537
Octal206222211100653207567
Binary1000011010010010100010011000011010101110000111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869289; }

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

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

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

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

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

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

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

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