Html Css Color HEX #869788 Envy

📋 copy color: '#869788'

red 134 ◦ green 151 ◦ blue 136

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

Shades of Envy #869788

Tints of Envy #869788

RGB

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

 GREEN value IS 151 (59.38% from 255) = 35.87%

 BLUE value IS 136 (53.52% from 255) = 32.3%

R = 31.83%
G = 35.87%
B = 32.3%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.10

 K value IS 0.41

RGB Variations

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

Color information

#869788 (or 0x869788) is known color: Envy. HEX triplet: 86, 97 and 88. RGB value is (134,151,136). Sum of RGB (Red+Green+Blue) = 134+151+136=421 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.83% from 421); Green value is 151 (59.38% from 255 or 35.87% from 421); Blue value is 136 (53.52% from 255 or 32.30% from 421); Max value from RGB is 151 - color contains mainly: green. Hex color #869788 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869788 is #796877. Grayscale: #909090. Windows color (decimal): -7956600 or 8951686. OLE color: 8951686.

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

Color convert

RGB 134 151 136 -
CMYK 0.11 0 0.10 0.41
HSL 127.06º 0.08% 0.56% -
HSV(B) 127.06º 0.11% 0.59% -
XYZ 25.34 28.98 27.55 -
YUV 144.21 123.37 120.72 -
System Red Green Blue C M Y K H S L
Decimal 134 151 136 0.11 0 0.10 0.41 127.06 0.08 0.56
Hex 86 97 88 B 0 A 29 7F 8 38
Octal 206 227 210 13 0 12 51 177 10 70
Binary 10000110 10010111 10001000 1011 0 1010 101001 1111111 1000 111000

Color Harmonies of #869788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869788

Black with #869788

Text Example


Text Example

White with #869788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869788; }

 p { color: rgb(134,151,136); }

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

background-color css

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

 a { background-color: rgb(134,151,136); }

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

border-color css

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

 span { border-color: rgb(134,151,136); }

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