#6DAD85

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

Shades of Bay Leaf #6DAD85

Tints of Bay Leaf #6DAD85

Color information

#6DAD85 (or 0x6DAD85) is unknown color: approx Bay Leaf. HEX triplet: 6D, AD and 85. RGB value is (109,173,133). Sum of RGB (Red+Green+Blue) = 109+173+133=415 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.27% from 415); Green value is 173 (67.97% from 255 or 41.69% from 415); Blue value is 133 (52.34% from 255 or 32.05% from 415); Max value from RGB is 173 - color contains mainly: green. Hex color #6DAD85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DAD85 is #92527A. Grayscale: #959595. Windows color (decimal): -9589371 or 8760685. OLE color: 8760685.

HSL color Cylindrical-coordinate representation of color #6DAD85: hue angle of 142.5º 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 #6DAD85 is Cyan = 0.37, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.32.

Color convert

RGB109173133-
CMYK0.3700.230.32
HSL142.5º28.07%55.29%-
HSV(B)142.5º36.99%67.84%-
XYZ25.4834.8327.57-
YUV149.3118.899.25-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 26.27%
GREEN value IS 173 (67.97% from 255) = 41.69%
BLUE value IS 133 (52.34% from 255) = 32.05%
R=26.27%
G=41.69%
B=32.05%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1091731330.3700.230.32142.528.0755.29
Hex6DAD8525017208e1c37
Octal15525520545027402163467
Binary110110110101101100001011001010101111000001000111011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DAD85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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