#6EAB86

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

Shades of Bay Leaf #6EAB86

Tints of Bay Leaf #6EAB86

Color information

#6EAB86 (or 0x6EAB86) is unknown color: approx Bay Leaf. HEX triplet: 6E, AB and 86. RGB value is (110,171,134). Sum of RGB (Red+Green+Blue) = 110+171+134=415 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.51% from 415); Green value is 171 (67.19% from 255 or 41.20% from 415); Blue value is 134 (52.73% from 255 or 32.29% from 415); Max value from RGB is 171 - color contains mainly: green. Hex color #6EAB86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EAB86 is #915479. Grayscale: #949494. Windows color (decimal): -9524346 or 8825710. OLE color: 8825710.

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

Color convert

RGB110171134-
CMYK0.3600.220.33
HSL143.61º26.64%55.1%-
HSV(B)143.61º35.67%67.06%-
XYZ25.334.1627.81-
YUV148.54119.79100.51-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 26.51%
GREEN value IS 171 (67.19% from 255) = 41.20%
BLUE value IS 134 (52.73% from 255) = 32.29%
R=26.51%
G=41.20%
B=32.29%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1101711340.3600.220.33143.6126.6455.1
Hex6EAB862401621901b37
Octal15625320644026412203367
Binary110111010101011100001101001000101101000011001000011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EAB86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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