#6EB487

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

Shades of Bay Leaf #6EB487

Tints of Bay Leaf #6EB487

Color information

#6EB487 (or 0x6EB487) is unknown color: approx Bay Leaf. HEX triplet: 6E, B4 and 87. RGB value is (110,180,135). Sum of RGB (Red+Green+Blue) = 110+180+135=425 (56% of max value = 765). Red value is 110 (43.36% from 255 or 25.88% from 425); Green value is 180 (70.70% from 255 or 42.35% from 425); Blue value is 135 (53.12% from 255 or 31.76% from 425); Max value from RGB is 180 - color contains mainly: green. Hex color #6EB487 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EB487 is #914B78. Grayscale: #9A9A9A. Windows color (decimal): -9522041 or 8893550. OLE color: 8893550.

HSL color Cylindrical-coordinate representation of color #6EB487: hue angle of 141.43º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6EB487 is Cyan = 0.39, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.29.

Color convert

RGB110180135-
CMYK0.3900.250.29
HSL141.43º31.82%56.86%-
HSV(B)141.43º38.89%70.59%-
XYZ27.1237.7128.77-
YUV153.94117.3196.66-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 25.88%
GREEN value IS 180 (70.70% from 255) = 42.35%
BLUE value IS 135 (53.12% from 255) = 31.76%
R=25.88%
G=42.35%
B=31.76%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1101801350.3900.250.29141.4331.8256.86
Hex6EB487270191D8d2039
Octal15626420747031352154071
Binary110111010110100100001111001110110011110110001101100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EB487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,180,135); }

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

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

 a { background-color: rgb(110,180,135); }

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

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

 span { border-color: rgb(110,180,135); }

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