Html Css Color HEX #869589 Envy

📋 copy color: '#869589'

red 134 ◦ green 149 ◦ blue 137

#869589
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Envy #869589

Tints of Envy #869589

RGB

 RED value IS 134 (52.73% from 255) = 31.9%

 GREEN value IS 149 (58.59% from 255) = 35.48%

 BLUE value IS 137 (53.91% from 255) = 32.62%

R = 31.9%
G = 35.48%
B = 32.62%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#869589 (or 0x869589) is known color: Envy. HEX triplet: 86, 95 and 89. RGB value is (134,149,137). Sum of RGB (Red+Green+Blue) = 134+149+137=420 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.90% from 420); Green value is 149 (58.59% from 255 or 35.48% from 420); Blue value is 137 (53.91% from 255 or 32.62% from 420); Max value from RGB is 149 - color contains mainly: green. Hex color #869589 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869589 is #796A76. Grayscale: #8F8F8F. Windows color (decimal): -7957111 or 9016710. OLE color: 9016710.

HSL color Cylindrical-coordinate representation of color #869589: hue angle of 132º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #869589 is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB 134 149 137 -
CMYK 0.10 0 0.08 0.42
HSL 132º 0.07% 0.55% -
HSV(B) 132º 0.1% 0.58% -
XYZ 25.09 28.37 27.82 -
YUV 143.15 124.53 121.48 -
System Red Green Blue C M Y K H S L
Decimal 134 149 137 0.10 0 0.08 0.42 132 0.07 0.55
Hex 86 95 89 A 0 8 2A 84 7 37
Octal 206 225 211 12 0 10 52 204 7 67
Binary 10000110 10010101 10001001 1010 0 1000 101010 10000100 111 110111

Color Harmonies of #869589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869589

Black with #869589

Text Example


Text Example

White with #869589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869589; }

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

 H1.HeaderClassName
 {
   color: #869589;
 }
 .AnyTagClassName
 {
   color: #869589;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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