Html Css Color HEX #86A78B Envy

📋 copy color: '#86A78B'

red 134 ◦ green 167 ◦ blue 139

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

Shades of Envy #86A78B

Tints of Envy #86A78B

RGB

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

 GREEN value IS 167 (65.63% from 255) = 37.95%

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

R = 30.45%
G = 37.95%
B = 31.59%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#86A78B (or 0x86A78B) is known color: Envy. HEX triplet: 86, A7 and 8B. RGB value is (134,167,139). Sum of RGB (Red+Green+Blue) = 134+167+139=440 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.45% from 440); Green value is 167 (65.62% from 255 or 37.95% from 440); Blue value is 139 (54.69% from 255 or 31.59% from 440); Max value from RGB is 167 - color contains mainly: green. Hex color #86A78B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86A78B is #795874. Grayscale: #9A9A9A. Windows color (decimal): -7952501 or 9152390. OLE color: 9152390.

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

Color convert

RGB 134 167 139 -
CMYK 0.20 0 0.17 0.35
HSL 129.09º 0.16% 0.59% -
HSV(B) 129.09º 0.2% 0.65% -
XYZ 28.31 34.57 29.61 -
YUV 153.94 119.57 113.78 -
System Red Green Blue C M Y K H S L
Decimal 134 167 139 0.20 0 0.17 0.35 129.09 0.16 0.59
Hex 86 A7 8B 14 0 11 23 81 10 3B
Octal 206 247 213 24 0 21 43 201 20 73
Binary 10000110 10100111 10001011 10100 0 10001 100011 10000001 10000 111011

Color Harmonies of #86A78B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A78B

Black with #86A78B

Text Example


Text Example

White with #86A78B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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