#86B78F

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

Shades of Bay Leaf #86B78F

Tints of Bay Leaf #86B78F

Color information

#86B78F (or 0x86B78F) is unknown color: approx Bay Leaf. HEX triplet: 86, B7 and 8F. RGB value is (134,183,143). Sum of RGB (Red+Green+Blue) = 134+183+143=460 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.13% from 460); Green value is 183 (71.88% from 255 or 39.78% from 460); Blue value is 143 (56.25% from 255 or 31.09% from 460); Max value from RGB is 183 - color contains mainly: green. Hex color #86B78F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86B78F is #794870. Grayscale: #A3A3A3. Windows color (decimal): -7948401 or 9418630. OLE color: 9418630.

HSL color Cylindrical-coordinate representation of color #86B78F: hue angle of 131.02º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #86B78F is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.28.

Color convert

RGB134183143-
CMYK0.2700.220.28
HSL131.02º25.39%62.16%-
HSV(B)131.02º26.78%71.76%-
XYZ31.7240.9232.21-
YUV163.79116.27106.75-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.13%
GREEN value IS 183 (71.88% from 255) = 39.78%
BLUE value IS 143 (56.25% from 255) = 31.09%
R=29.13%
G=39.78%
B=31.09%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1341831430.2700.220.28131.0225.3962.16
Hex86B78F1B0161C83193e
Octal20626721733026342033176
Binary10000110101101111000111111011010110111001000001111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B78F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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