#86B68F

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

Shades of Bay Leaf #86B68F

Tints of Bay Leaf #86B68F

Color information

#86B68F (or 0x86B68F) is unknown color: approx Bay Leaf. HEX triplet: 86, B6 and 8F. RGB value is (134,182,143). Sum of RGB (Red+Green+Blue) = 134+182+143=459 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.19% from 459); Green value is 182 (71.48% from 255 or 39.65% from 459); Blue value is 143 (56.25% from 255 or 31.15% from 459); Max value from RGB is 182 - color contains mainly: green. Hex color #86B68F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86B68F is #794970. Grayscale: #A3A3A3. Windows color (decimal): -7948657 or 9418374. OLE color: 9418374.

HSL color Cylindrical-coordinate representation of color #86B68F: hue angle of 131.25º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #86B68F is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.29.

Color convert

RGB134182143-
CMYK0.2600.210.29
HSL131.25º24.74%61.96%-
HSV(B)131.25º26.37%71.37%-
XYZ31.5240.5132.14-
YUV163.2116.6107.17-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.19%
GREEN value IS 182 (71.48% from 255) = 39.65%
BLUE value IS 143 (56.25% from 255) = 31.15%
R=29.19%
G=39.65%
B=31.15%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1341821430.2600.210.29131.2524.7461.96
Hex86B68F1A0151D83193e
Octal20626621732025352033176
Binary10000110101101101000111111010010101111011000001111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B68F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,182,143); }

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

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

 a { background-color: rgb(134,182,143); }

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

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

 span { border-color: rgb(134,182,143); }

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