#6DB786

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

Shades of Bay Leaf #6DB786

Tints of Bay Leaf #6DB786

Color information

#6DB786 (or 0x6DB786) is unknown color: approx Bay Leaf. HEX triplet: 6D, B7 and 86. RGB value is (109,183,134). Sum of RGB (Red+Green+Blue) = 109+183+134=426 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.59% from 426); Green value is 183 (71.88% from 255 or 42.96% from 426); Blue value is 134 (52.73% from 255 or 31.46% from 426); Max value from RGB is 183 - color contains mainly: green. Hex color #6DB786 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DB786 is #924879. Grayscale: #9B9B9B. Windows color (decimal): -9586810 or 8828781. OLE color: 8828781.

HSL color Cylindrical-coordinate representation of color #6DB786: hue angle of 140.27º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6DB786 is Cyan = 0.40, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.28.

Color convert

RGB109183134-
CMYK0.4000.270.28
HSL140.27º33.94%57.25%-
HSV(B)140.27º40.44%71.76%-
XYZ27.5438.8428.6-
YUV155.29115.9894.98-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 25.59%
GREEN value IS 183 (71.88% from 255) = 42.96%
BLUE value IS 134 (52.73% from 255) = 31.46%
R=25.59%
G=42.96%
B=31.46%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1091831340.4000.270.28140.2733.9457.25
Hex6DB7862801B1C8c2239
Octal15526720650033342144271
Binary110110110110111100001101010000110111110010001100100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DB786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6DB786; }

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

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

<style>
 a { background-color: #6DB786; }

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

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

<style>
 span { border-color: #6DB786; }

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

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