#6DB584

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

Shades of Bay Leaf #6DB584

Tints of Bay Leaf #6DB584

Color information

#6DB584 (or 0x6DB584) is unknown color: approx Bay Leaf. HEX triplet: 6D, B5 and 84. RGB value is (109,181,132). Sum of RGB (Red+Green+Blue) = 109+181+132=422 (55% of max value = 765). Red value is 109 (42.97% from 255 or 25.83% from 422); Green value is 181 (71.09% from 255 or 42.89% from 422); Blue value is 132 (51.95% from 255 or 31.28% from 422); Max value from RGB is 181 - color contains mainly: green. Hex color #6DB584 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DB584 is #924A7B. Grayscale: #9A9A9A. Windows color (decimal): -9587324 or 8697197. OLE color: 8697197.

HSL color Cylindrical-coordinate representation of color #6DB584: hue angle of 139.17º 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 #6DB584 is Cyan = 0.40, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB109181132-
CMYK0.4000.270.29
HSL139.17º32.73%56.86%-
HSV(B)139.17º39.78%70.98%-
XYZ2737.9627.73-
YUV153.89115.6595.98-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 25.83%
GREEN value IS 181 (71.09% from 255) = 42.89%
BLUE value IS 132 (51.95% from 255) = 31.28%
R=25.83%
G=42.89%
B=31.28%

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
Decimal1091811320.4000.270.29139.1732.7356.86
Hex6DB5842801B1D8b2139
Octal15526520450033352134171
Binary110110110110101100001001010000110111110110001011100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DB584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,181,132); }

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

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

 a { background-color: rgb(109,181,132); }

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

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

 span { border-color: rgb(109,181,132); }

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