#6EBA84

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

Shades of Bay Leaf #6EBA84

Tints of Bay Leaf #6EBA84

Color information

#6EBA84 (or 0x6EBA84) is unknown color: approx Bay Leaf. HEX triplet: 6E, BA and 84. RGB value is (110,186,132). Sum of RGB (Red+Green+Blue) = 110+186+132=428 (56% of max value = 765). Red value is 110 (43.36% from 255 or 25.70% from 428); Green value is 186 (73.05% from 255 or 43.46% from 428); Blue value is 132 (51.95% from 255 or 30.84% from 428); Max value from RGB is 186 - color contains mainly: green. Hex color #6EBA84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EBA84 is #91457B. Grayscale: #9D9D9D. Windows color (decimal): -9520508 or 8698478. OLE color: 8698478.

HSL color Cylindrical-coordinate representation of color #6EBA84: hue angle of 137.37º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6EBA84 is Cyan = 0.41, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.27.

Color convert

RGB110186132-
CMYK0.4100.290.27
HSL137.37º35.51%58.04%-
HSV(B)137.37º40.86%72.94%-
XYZ28.1540.128.09-
YUV157.12113.8294.39-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 25.70%
GREEN value IS 186 (73.05% from 255) = 43.46%
BLUE value IS 132 (51.95% from 255) = 30.84%
R=25.70%
G=43.46%
B=30.84%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1101861320.4100.290.27137.3735.5158.04
Hex6EBA842901D1B89243a
Octal15627220451035332114472
Binary110111010111010100001001010010111011101110001001100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EBA84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,186,132); }

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

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

 a { background-color: rgb(110,186,132); }

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

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

 span { border-color: rgb(110,186,132); }

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