Html Css Color HEX #6DAA86 Bay Leaf

📋 copy color: '#6DAA86'

red 109 ◦ green 170 ◦ blue 134

#6DAA86
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bay Leaf #6DAA86

Tints of Bay Leaf #6DAA86

RGB

 RED value IS 109 (42.97% from 255) = 26.39%

 GREEN value IS 170 (66.8% from 255) = 41.16%

 BLUE value IS 134 (52.73% from 255) = 32.45%

R = 26.39%
G = 41.16%
B = 32.45%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.21

 K value IS 0.33

RGB Variations

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

Color information

#6DAA86 (or 0x6DAA86) is known color: Bay Leaf. HEX triplet: 6D, AA and 86. RGB value is (109,170,134). Sum of RGB (Red+Green+Blue) = 109+170+134=413 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.39% from 413); Green value is 170 (66.80% from 255 or 41.16% from 413); Blue value is 134 (52.73% from 255 or 32.45% from 413); Max value from RGB is 170 - color contains mainly: green. Hex color #6DAA86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DAA86 is #925579. Grayscale: #939393. Windows color (decimal): -9590138 or 8825453. OLE color: 8825453.

HSL color Cylindrical-coordinate representation of color #6DAA86: hue angle of 144.59º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6DAA86 is Cyan = 0.36, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.33.

Color convert

RGB 109 170 134 -
CMYK 0.36 0 0.21 0.33
HSL 144.59º 0.26% 0.55% -
HSV(B) 144.59º 0.36% 0.67% -
XYZ 24.98 33.72 27.75 -
YUV 147.66 120.29 100.43 -
System Red Green Blue C M Y K H S L
Decimal 109 170 134 0.36 0 0.21 0.33 144.59 0.26 0.55
Hex 6D AA 86 24 0 15 21 91 1A 37
Octal 155 252 206 44 0 25 41 221 32 67
Binary 1101101 10101010 10000110 100100 0 10101 100001 10010001 11010 110111

Color Harmonies of #6DAA86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DAA86

Black with #6DAA86

Text Example


Text Example

White with #6DAA86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,170,134); }

 H1.HeaderClassName
 {
   color: #6DAA86;
 }
 .AnyTagClassName
 {
   color: #6DAA86;
 }
</style>

background-color css

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

 a { background-color: rgb(109,170,134); }

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

border-color css

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

 span { border-color: rgb(109,170,134); }

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