#6EB08A

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

Shades of Bay Leaf #6EB08A

Tints of Bay Leaf #6EB08A

Color information

#6EB08A (or 0x6EB08A) is unknown color: approx Bay Leaf. HEX triplet: 6E, B0 and 8A. RGB value is (110,176,138). Sum of RGB (Red+Green+Blue) = 110+176+138=424 (56% of max value = 765). Red value is 110 (43.36% from 255 or 25.94% from 424); Green value is 176 (69.14% from 255 or 41.51% from 424); Blue value is 138 (54.30% from 255 or 32.55% from 424); Max value from RGB is 176 - color contains mainly: green. Hex color #6EB08A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EB08A is #914F75. Grayscale: #989898. Windows color (decimal): -9523062 or 9089134. OLE color: 9089134.

HSL color Cylindrical-coordinate representation of color #6EB08A: hue angle of 145.45º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6EB08A is Cyan = 0.37, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB110176138-
CMYK0.3700.220.31
HSL145.45º29.46%56.08%-
HSV(B)145.45º37.5%69.02%-
XYZ26.5436.229.63-
YUV151.93120.1398.09-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 25.94%
GREEN value IS 176 (69.14% from 255) = 41.51%
BLUE value IS 138 (54.30% from 255) = 32.55%
R=25.94%
G=41.51%
B=32.55%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1101761380.3700.220.31145.4529.4656.08
Hex6EB08A250161F911d38
Octal15626021245026372213570
Binary11011101011000010001010100101010110111111001000111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EB08A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,176,138); }

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

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

 a { background-color: rgb(110,176,138); }

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

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

 span { border-color: rgb(110,176,138); }

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