#86948A

Color #86948A Envy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Envy #86948A

Tints of Envy #86948A

Color information

#86948A (or 0x86948A) is unknown color: approx Envy. HEX triplet: 86, 94 and 8A. RGB value is (134,148,138). Sum of RGB (Red+Green+Blue) = 134+148+138=420 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.90% from 420); Green value is 148 (58.20% from 255 or 35.24% from 420); Blue value is 138 (54.30% from 255 or 32.86% from 420); Max value from RGB is 148 - color contains mainly: green. Hex color #86948A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86948A is #796B75. Grayscale: #8E8E8E. Windows color (decimal): -7957366 or 9081990. OLE color: 9081990.

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

Color convert

RGB134148138-
CMYK0.0900.070.42
HSL137.14º6.14%55.29%-
HSV(B)137.14º9.46%58.04%-
XYZ25.0128.0828.15-
YUV142.67125.36121.81-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.90%
GREEN value IS 148 (58.20% from 255) = 35.24%
BLUE value IS 138 (54.30% from 255) = 32.86%
R=31.90%
G=35.24%
B=32.86%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1341481380.0900.070.42137.146.1455.29
Hex86948A9072A89637
Octal206224212110752211667
Binary1000011010010100100010101001011110101010001001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86948A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #86948A;
 }
 .AnyTagClassName
 {
   color: #86948A;
 }
</style>
background-color css

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

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

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

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

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

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