#6EBC80

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

Shades of Bay Leaf #6EBC80

Tints of Bay Leaf #6EBC80

Color information

#6EBC80 (or 0x6EBC80) is unknown color: approx Bay Leaf. HEX triplet: 6E, BC and 80. RGB value is (110,188,128). Sum of RGB (Red+Green+Blue) = 110+188+128=426 (56% of max value = 765). Red value is 110 (43.36% from 255 or 25.82% from 426); Green value is 188 (73.83% from 255 or 44.13% from 426); Blue value is 128 (50.39% from 255 or 30.05% from 426); Max value from RGB is 188 - color contains mainly: green. Hex color #6EBC80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EBC80 is #91437F. Grayscale: #9E9E9E. Windows color (decimal): -9520000 or 8436846. OLE color: 8436846.

HSL color Cylindrical-coordinate representation of color #6EBC80: hue angle of 133.85º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6EBC80 is Cyan = 0.41, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB110188128-
CMYK0.4100.320.26
HSL133.85º36.79%58.43%-
HSV(B)133.85º41.49%73.73%-
XYZ28.3140.8426.81-
YUV157.84111.1693.88-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 25.82%
GREEN value IS 188 (73.83% from 255) = 44.13%
BLUE value IS 128 (50.39% from 255) = 30.05%
R=25.82%
G=44.13%
B=30.05%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1101881280.4100.320.26133.8536.7958.43
Hex6EBC80290201A86253a
Octal15627420051040322064572
Binary1101110101111001000000010100101000001101010000110100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EBC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,188,128); }

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

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

 a { background-color: rgb(110,188,128); }

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

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

 span { border-color: rgb(110,188,128); }

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