Html Css Color HEX #86A68B Envy

📋 copy color: '#86A68B'

red 134 ◦ green 166 ◦ blue 139

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

Shades of Envy #86A68B

Tints of Envy #86A68B

RGB

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

 GREEN value IS 166 (65.23% from 255) = 37.81%

 BLUE value IS 139 (54.69% from 255) = 31.66%

R = 30.52%
G = 37.81%
B = 31.66%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#86A68B (or 0x86A68B) is known color: Envy. HEX triplet: 86, A6 and 8B. RGB value is (134,166,139). Sum of RGB (Red+Green+Blue) = 134+166+139=439 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.52% from 439); Green value is 166 (65.23% from 255 or 37.81% from 439); Blue value is 139 (54.69% from 255 or 31.66% from 439); Max value from RGB is 166 - color contains mainly: green. Hex color #86A68B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86A68B is #795974. Grayscale: #999999. Windows color (decimal): -7952757 or 9152134. OLE color: 9152134.

HSL color Cylindrical-coordinate representation of color #86A68B: hue angle of 129.38º degrees, saturation: 0.15, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #86A68B is Cyan = 0.19, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB 134 166 139 -
CMYK 0.19 0 0.16 0.35
HSL 129.38º 0.15% 0.59% -
HSV(B) 129.38º 0.19% 0.65% -
XYZ 28.13 34.2 29.55 -
YUV 153.35 119.9 114.2 -
System Red Green Blue C M Y K H S L
Decimal 134 166 139 0.19 0 0.16 0.35 129.38 0.15 0.59
Hex 86 A6 8B 13 0 10 23 81 F 3B
Octal 206 246 213 23 0 20 43 201 17 73
Binary 10000110 10100110 10001011 10011 0 10000 100011 10000001 1111 111011

Color Harmonies of #86A68B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A68B

Black with #86A68B

Text Example


Text Example

White with #86A68B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86A68B; }

 p { color: rgb(134,166,139); }

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

background-color css

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

 a { background-color: rgb(134,166,139); }

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

border-color css

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

 span { border-color: rgb(134,166,139); }

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