Html Css Color HEX #6DAA84 Bay Leaf

📋 copy color: '#6DAA84'

red 109 ◦ green 170 ◦ blue 132

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

Shades of Bay Leaf #6DAA84

Tints of Bay Leaf #6DAA84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 32.12%

R = 26.52%
G = 41.36%
B = 32.12%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#6DAA84 (or 0x6DAA84) is known color: Bay Leaf. HEX triplet: 6D, AA and 84. RGB value is (109,170,132). Sum of RGB (Red+Green+Blue) = 109+170+132=411 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.52% from 411); Green value is 170 (66.80% from 255 or 41.36% from 411); Blue value is 132 (51.95% from 255 or 32.12% from 411); Max value from RGB is 170 - color contains mainly: green. Hex color #6DAA84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DAA84 is #92557B. Grayscale: #939393. Windows color (decimal): -9590140 or 8694381. OLE color: 8694381.

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

Color convert

RGB 109 170 132 -
CMYK 0.36 0 0.22 0.33
HSL 142.62º 0.26% 0.55% -
HSV(B) 142.62º 0.36% 0.67% -
XYZ 24.85 33.67 27.02 -
YUV 147.43 119.29 100.59 -
System Red Green Blue C M Y K H S L
Decimal 109 170 132 0.36 0 0.22 0.33 142.62 0.26 0.55
Hex 6D AA 84 24 0 16 21 8F 1A 37
Octal 155 252 204 44 0 26 41 217 32 67
Binary 1101101 10101010 10000100 100100 0 10110 100001 10001111 11010 110111

Color Harmonies of #6DAA84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DAA84

Black with #6DAA84

Text Example


Text Example

White with #6DAA84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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