#86938A

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

Shades of Envy #86938A

Tints of Envy #86938A

Color information

#86938A (or 0x86938A) is unknown color: approx Envy. HEX triplet: 86, 93 and 8A. RGB value is (134,147,138). Sum of RGB (Red+Green+Blue) = 134+147+138=419 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.98% from 419); Green value is 147 (57.81% from 255 or 35.08% from 419); Blue value is 138 (54.30% from 255 or 32.94% from 419); Max value from RGB is 147 - color contains mainly: green. Hex color #86938A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86938A is #796C75. Grayscale: #8E8E8E. Windows color (decimal): -7957622 or 9081734. OLE color: 9081734.

HSL color Cylindrical-coordinate representation of color #86938A: hue angle of 138.46º 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 #86938A is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB134147138-
CMYK0.0900.060.42
HSL138.46º5.68%55.1%-
HSV(B)138.46º8.84%57.65%-
XYZ24.8527.7728.1-
YUV142.09125.69122.23-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.98%
GREEN value IS 147 (57.81% from 255) = 35.08%
BLUE value IS 138 (54.30% from 255) = 32.94%
R=31.98%
G=35.08%
B=32.94%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1341471380.0900.060.42138.465.6855.1
Hex86938A9062A8a637
Octal206223212110652212667
Binary1000011010010011100010101001011010101010001010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86938A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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