#6DB685

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

Shades of Bay Leaf #6DB685

Tints of Bay Leaf #6DB685

Color information

#6DB685 (or 0x6DB685) is unknown color: approx Bay Leaf. HEX triplet: 6D, B6 and 85. RGB value is (109,182,133). Sum of RGB (Red+Green+Blue) = 109+182+133=424 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.71% from 424); Green value is 182 (71.48% from 255 or 42.92% from 424); Blue value is 133 (52.34% from 255 or 31.37% from 424); Max value from RGB is 182 - color contains mainly: green. Hex color #6DB685 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DB685 is #92497A. Grayscale: #9A9A9A. Windows color (decimal): -9587067 or 8762989. OLE color: 8762989.

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

Color convert

RGB109182133-
CMYK0.4000.270.29
HSL139.73º33.33%57.06%-
HSV(B)139.73º40.11%71.37%-
XYZ27.2738.428.17-
YUV154.59115.8295.48-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 25.71%
GREEN value IS 182 (71.48% from 255) = 42.92%
BLUE value IS 133 (52.34% from 255) = 31.37%
R=25.71%
G=42.92%
B=31.37%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1091821330.4000.270.29139.7333.3357.06
Hex6DB6852801B1D8c2139
Octal15526620550033352144171
Binary110110110110110100001011010000110111110110001100100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DB685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,182,133); }

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

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

 a { background-color: rgb(109,182,133); }

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

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

 span { border-color: rgb(109,182,133); }

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