Html Css Color HEX #6DAB84 Bay Leaf

📋 copy color: '#6DAB84'

red 109 ◦ green 171 ◦ blue 132

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

Shades of Bay Leaf #6DAB84

Tints of Bay Leaf #6DAB84

RGB

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

 GREEN value IS 171 (67.19% from 255) = 41.5%

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

R = 26.46%
G = 41.5%
B = 32.04%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#6DAB84 (or 0x6DAB84) is known color: Bay Leaf. HEX triplet: 6D, AB and 84. RGB value is (109,171,132). Sum of RGB (Red+Green+Blue) = 109+171+132=412 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.46% from 412); Green value is 171 (67.19% from 255 or 41.50% from 412); Blue value is 132 (51.95% from 255 or 32.04% from 412); Max value from RGB is 171 - color contains mainly: green. Hex color #6DAB84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DAB84 is #92547B. Grayscale: #949494. Windows color (decimal): -9589884 or 8694637. OLE color: 8694637.

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

Color convert

RGB 109 171 132 -
CMYK 0.36 0 0.23 0.33
HSL 142.26º 0.27% 0.55% -
HSV(B) 142.26º 0.36% 0.67% -
XYZ 25.03 34.04 27.08 -
YUV 148.02 118.96 100.17 -
System Red Green Blue C M Y K H S L
Decimal 109 171 132 0.36 0 0.23 0.33 142.26 0.27 0.55
Hex 6D AB 84 24 0 17 21 8E 1B 37
Octal 155 253 204 44 0 27 41 216 33 67
Binary 1101101 10101011 10000100 100100 0 10111 100001 10001110 11011 110111

Color Harmonies of #6DAB84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DAB84

Black with #6DAB84

Text Example


Text Example

White with #6DAB84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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