Html Css Color HEX #86968A Envy

📋 copy color: '#86968A'

red 134 ◦ green 150 ◦ blue 138

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

Shades of Envy #86968A

Tints of Envy #86968A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 35.55%

 BLUE value IS 138 (54.3% from 255) = 32.7%

R = 31.75%
G = 35.55%
B = 32.7%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.08

 K value IS 0.41

RGB Variations

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

Color information

#86968A (or 0x86968A) is known color: Envy. HEX triplet: 86, 96 and 8A. RGB value is (134,150,138). Sum of RGB (Red+Green+Blue) = 134+150+138=422 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.75% from 422); Green value is 150 (58.98% from 255 or 35.55% from 422); Blue value is 138 (54.30% from 255 or 32.70% from 422); Max value from RGB is 150 - color contains mainly: green. Hex color #86968A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86968A is #796975. Grayscale: #8F8F8F. Windows color (decimal): -7956854 or 9082502. OLE color: 9082502.

HSL color Cylindrical-coordinate representation of color #86968A: hue angle of 135º degrees, saturation: 0.07, 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 #86968A is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.41.

Color convert

RGB 134 150 138 -
CMYK 0.11 0 0.08 0.41
HSL 135º 0.07% 0.56% -
HSV(B) 135º 0.11% 0.59% -
XYZ 25.33 28.72 28.25 -
YUV 143.85 124.7 120.98 -
System Red Green Blue C M Y K H S L
Decimal 134 150 138 0.11 0 0.08 0.41 135 0.07 0.56
Hex 86 96 8A B 0 8 29 87 7 38
Octal 206 226 212 13 0 10 51 207 7 70
Binary 10000110 10010110 10001010 1011 0 1000 101001 10000111 111 111000

Color Harmonies of #86968A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86968A

Black with #86968A

Text Example


Text Example

White with #86968A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86968A; }

 p { color: rgb(134,150,138); }

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

background-color css

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

 a { background-color: rgb(134,150,138); }

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

border-color css

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

 span { border-color: rgb(134,150,138); }

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