#6EA485

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

Shades of Bay Leaf #6EA485

Tints of Bay Leaf #6EA485

Color information

#6EA485 (or 0x6EA485) is unknown color: approx Bay Leaf. HEX triplet: 6E, A4 and 85. RGB value is (110,164,133). Sum of RGB (Red+Green+Blue) = 110+164+133=407 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.03% from 407); Green value is 164 (64.45% from 255 or 40.29% from 407); Blue value is 133 (52.34% from 255 or 32.68% from 407); Max value from RGB is 164 - color contains mainly: green. Hex color #6EA485 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EA485 is #915B7A. Grayscale: #909090. Windows color (decimal): -9526139 or 8758382. OLE color: 8758382.

HSL color Cylindrical-coordinate representation of color #6EA485: hue angle of 145.56º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6EA485 is Cyan = 0.33, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.36.

Color convert

RGB110164133-
CMYK0.3300.190.36
HSL145.56º22.88%53.73%-
HSV(B)145.56º32.93%64.31%-
XYZ23.9431.5627.02-
YUV144.32121.61103.52-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 27.03%
GREEN value IS 164 (64.45% from 255) = 40.29%
BLUE value IS 133 (52.34% from 255) = 32.68%
R=27.03%
G=40.29%
B=32.68%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1101641330.3300.190.36145.5622.8853.73
Hex6EA4852101324921736
Octal15624420541023442222766
Binary110111010100100100001011000010100111001001001001010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EA485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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