#6DAD87

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

Shades of Bay Leaf #6DAD87

Tints of Bay Leaf #6DAD87

Color information

#6DAD87 (or 0x6DAD87) is unknown color: approx Bay Leaf. HEX triplet: 6D, AD and 87. RGB value is (109,173,135). Sum of RGB (Red+Green+Blue) = 109+173+135=417 (55% of max value = 765). Red value is 109 (42.97% from 255 or 26.14% from 417); Green value is 173 (67.97% from 255 or 41.49% from 417); Blue value is 135 (53.12% from 255 or 32.37% from 417); Max value from RGB is 173 - color contains mainly: green. Hex color #6DAD87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DAD87 is #925278. Grayscale: #959595. Windows color (decimal): -9589369 or 8891757. OLE color: 8891757.

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

Color convert

RGB109173135-
CMYK0.3700.220.32
HSL144.38º28.07%55.29%-
HSV(B)144.38º36.99%67.84%-
XYZ25.6234.8928.31-
YUV149.53119.899.09-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 26.14%
GREEN value IS 173 (67.97% from 255) = 41.49%
BLUE value IS 135 (53.12% from 255) = 32.37%
R=26.14%
G=41.49%
B=32.37%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1091731350.3700.220.32144.3828.0755.29
Hex6DAD872501620901c37
Octal15525520745026402203467
Binary110110110101101100001111001010101101000001001000011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DAD87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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