#6DAD83

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

Shades of Bay Leaf #6DAD83

Tints of Bay Leaf #6DAD83

Color information

#6DAD83 (or 0x6DAD83) is unknown color: approx Bay Leaf. HEX triplet: 6D, AD and 83. RGB value is (109,173,131). Sum of RGB (Red+Green+Blue) = 109+173+131=413 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.39% from 413); Green value is 173 (67.97% from 255 or 41.89% from 413); Blue value is 131 (51.56% from 255 or 31.72% from 413); Max value from RGB is 173 - color contains mainly: green. Hex color #6DAD83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DAD83 is #92527C. Grayscale: #959595. Windows color (decimal): -9589373 or 8629613. OLE color: 8629613.

HSL color Cylindrical-coordinate representation of color #6DAD83: hue angle of 140.62º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6DAD83 is Cyan = 0.37, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.32.

Color convert

RGB109173131-
CMYK0.3700.240.32
HSL140.62º28.07%55.29%-
HSV(B)140.62º36.99%67.84%-
XYZ25.3534.7826.85-
YUV149.08117.899.42-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 26.39%
GREEN value IS 173 (67.97% from 255) = 41.89%
BLUE value IS 131 (51.56% from 255) = 31.72%
R=26.39%
G=41.89%
B=31.72%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1091731310.3700.240.32140.6228.0755.29
Hex6DAD8325018208d1c37
Octal15525520345030402153467
Binary110110110101101100000111001010110001000001000110111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DAD83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,173,131); }

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

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

 a { background-color: rgb(109,173,131); }

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

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

 span { border-color: rgb(109,173,131); }

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