#6EB185

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

Shades of Bay Leaf #6EB185

Tints of Bay Leaf #6EB185

Color information

#6EB185 (or 0x6EB185) is unknown color: approx Bay Leaf. HEX triplet: 6E, B1 and 85. RGB value is (110,177,133). Sum of RGB (Red+Green+Blue) = 110+177+133=420 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.19% from 420); Green value is 177 (69.53% from 255 or 42.14% from 420); Blue value is 133 (52.34% from 255 or 31.67% from 420); Max value from RGB is 177 - color contains mainly: green. Hex color #6EB185 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EB185 is #914E7A. Grayscale: #989898. Windows color (decimal): -9522811 or 8761710. OLE color: 8761710.

HSL color Cylindrical-coordinate representation of color #6EB185: hue angle of 140.6º degrees, saturation: 0.3, 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 #6EB185 is Cyan = 0.38, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.31.

Color convert

RGB110177133-
CMYK0.3800.250.31
HSL140.6º30.04%56.27%-
HSV(B)140.6º37.85%69.41%-
XYZ26.3936.4527.84-
YUV151.95117.398.08-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 26.19%
GREEN value IS 177 (69.53% from 255) = 42.14%
BLUE value IS 133 (52.34% from 255) = 31.67%
R=26.19%
G=42.14%
B=31.67%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1101771330.3800.250.31140.630.0456.27
Hex6EB185260191F8d1e38
Octal15626120546031372153670
Binary11011101011000110000101100110011001111111000110111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EB185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,177,133); }

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

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

 a { background-color: rgb(110,177,133); }

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

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

 span { border-color: rgb(110,177,133); }

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