#86A791

Color #86A791 Bay Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bay Leaf #86A791

Tints of Bay Leaf #86A791

Color information

#86A791 (or 0x86A791) is unknown color: approx Bay Leaf. HEX triplet: 86, A7 and 91. RGB value is (134,167,145). Sum of RGB (Red+Green+Blue) = 134+167+145=446 (59% of max value = 765). Red value is 134 (52.73% from 255 or 30.04% from 446); Green value is 167 (65.62% from 255 or 37.44% from 446); Blue value is 145 (57.03% from 255 or 32.51% from 446); Max value from RGB is 167 - color contains mainly: green. Hex color #86A791 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86A791 is #79586E. Grayscale: #9A9A9A. Windows color (decimal): -7952495 or 9545606. OLE color: 9545606.

HSL color Cylindrical-coordinate representation of color #86A791: hue angle of 140º 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 #86A791 is Cyan = 0.20, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB134167145-
CMYK0.2000.130.35
HSL140º15.79%59.02%-
HSV(B)140º19.76%65.49%-
XYZ28.7634.7531.98-
YUV154.62122.57113.29-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.04%
GREEN value IS 167 (65.62% from 255) = 37.44%
BLUE value IS 145 (57.03% from 255) = 32.51%
R=30.04%
G=37.44%
B=32.51%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1341671450.2000.130.3514015.7959.02
Hex86A791140D238c103b
Octal20624722124015432142073
Binary10000110101001111001000110100011011000111000110010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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