#6DB984

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

Shades of Bay Leaf #6DB984

Tints of Bay Leaf #6DB984

Color information

#6DB984 (or 0x6DB984) is unknown color: approx Bay Leaf. HEX triplet: 6D, B9 and 84. RGB value is (109,185,132). Sum of RGB (Red+Green+Blue) = 109+185+132=426 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.59% from 426); Green value is 185 (72.66% from 255 or 43.43% from 426); Blue value is 132 (51.95% from 255 or 30.99% from 426); Max value from RGB is 185 - color contains mainly: green. Hex color #6DB984 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DB984 is #92467B. Grayscale: #9C9C9C. Windows color (decimal): -9586300 or 8698221. OLE color: 8698221.

HSL color Cylindrical-coordinate representation of color #6DB984: hue angle of 138.16º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6DB984 is Cyan = 0.41, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.27.

Color convert

RGB109185132-
CMYK0.4100.290.27
HSL138.16º35.19%57.65%-
HSV(B)138.16º41.08%72.55%-
XYZ27.8239.6228.01-
YUV156.23114.3294.31-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 25.59%
GREEN value IS 185 (72.66% from 255) = 43.43%
BLUE value IS 132 (51.95% from 255) = 30.99%
R=25.59%
G=43.43%
B=30.99%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1091851320.4100.290.27138.1635.1957.65
Hex6DB9842901D1B8a233a
Octal15527120451035332124372
Binary110110110111001100001001010010111011101110001010100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DB984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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