#6EAB84

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

Shades of Bay Leaf #6EAB84

Tints of Bay Leaf #6EAB84

Color information

#6EAB84 (or 0x6EAB84) is unknown color: approx Bay Leaf. HEX triplet: 6E, AB and 84. RGB value is (110,171,132). Sum of RGB (Red+Green+Blue) = 110+171+132=413 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.63% from 413); Green value is 171 (67.19% from 255 or 41.40% from 413); Blue value is 132 (51.95% from 255 or 31.96% from 413); Max value from RGB is 171 - color contains mainly: green. Hex color #6EAB84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EAB84 is #91547B. Grayscale: #949494. Windows color (decimal): -9524348 or 8694638. OLE color: 8694638.

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

Color convert

RGB110171132-
CMYK0.3600.230.33
HSL141.64º26.64%55.1%-
HSV(B)141.64º35.67%67.06%-
XYZ25.1634.1127.09-
YUV148.32118.79100.67-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 26.63%
GREEN value IS 171 (67.19% from 255) = 41.40%
BLUE value IS 132 (51.95% from 255) = 31.96%
R=26.63%
G=41.40%
B=31.96%

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
Decimal1101711320.3600.230.33141.6426.6455.1
Hex6EAB8424017218e1b37
Octal15625320444027412163367
Binary110111010101011100001001001000101111000011000111011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EAB84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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