#86958A

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

Shades of Envy #86958A

Tints of Envy #86958A

Color information

#86958A (or 0x86958A) is unknown color: approx Envy. HEX triplet: 86, 95 and 8A. RGB value is (134,149,138). Sum of RGB (Red+Green+Blue) = 134+149+138=421 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.83% from 421); Green value is 149 (58.59% from 255 or 35.39% from 421); Blue value is 138 (54.30% from 255 or 32.78% from 421); Max value from RGB is 149 - color contains mainly: green. Hex color #86958A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86958A is #796A75. Grayscale: #8F8F8F. Windows color (decimal): -7957110 or 9082246. OLE color: 9082246.

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

Color convert

RGB134149138-
CMYK0.1000.070.42
HSL136º6.61%55.49%-
HSV(B)136º10.07%58.43%-
XYZ25.1728.428.2-
YUV143.26125.03121.39-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.83%
GREEN value IS 149 (58.59% from 255) = 35.39%
BLUE value IS 138 (54.30% from 255) = 32.78%
R=31.83%
G=35.39%
B=32.78%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1341491380.1000.070.421366.6155.49
Hex86958AA072A88737
Octal206225212120752210767
Binary1000011010010101100010101010011110101010001000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86958A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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