#6DAB84

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

Shades of Bay Leaf #6DAB84

Tints of Bay Leaf #6DAB84

Color information

#6DAB84 (or 0x6DAB84) is unknown color: approx 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

RGB109171132-
CMYK0.3600.230.33
HSL142.26º26.96%54.9%-
HSV(B)142.26º36.26%67.06%-
XYZ25.0334.0427.08-
YUV148.02118.96100.17-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 26.46%
GREEN value IS 171 (67.19% from 255) = 41.50%
BLUE value IS 132 (51.95% from 255) = 32.04%
R=26.46%
G=41.50%
B=32.04%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1091711320.3600.230.33142.2626.9654.9
Hex6DAB8424017218e1b37
Octal15525320444027412163367
Binary110110110101011100001001001000101111000011000111011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DAB84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>