#6EBC84

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

Shades of Bay Leaf #6EBC84

Tints of Bay Leaf #6EBC84

Color information

#6EBC84 (or 0x6EBC84) is unknown color: approx Bay Leaf. HEX triplet: 6E, BC and 84. RGB value is (110,188,132). Sum of RGB (Red+Green+Blue) = 110+188+132=430 (56% of max value = 765). Red value is 110 (43.36% from 255 or 25.58% from 430); Green value is 188 (73.83% from 255 or 43.72% from 430); Blue value is 132 (51.95% from 255 or 30.70% from 430); Max value from RGB is 188 - color contains mainly: green. Hex color #6EBC84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EBC84 is #91437B. Grayscale: #9E9E9E. Windows color (decimal): -9519996 or 8698990. OLE color: 8698990.

HSL color Cylindrical-coordinate representation of color #6EBC84: hue angle of 136.92º 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 #6EBC84 is Cyan = 0.41, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.

Color convert

RGB110188132-
CMYK0.4100.300.26
HSL136.92º36.79%58.43%-
HSV(B)136.92º41.49%73.73%-
XYZ28.5840.9528.23-
YUV158.29113.1693.55-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 25.58%
GREEN value IS 188 (73.83% from 255) = 43.72%
BLUE value IS 132 (51.95% from 255) = 30.70%
R=25.58%
G=43.72%
B=30.70%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1101881320.4100.300.26136.9236.7958.43
Hex6EBC842901E1A89253a
Octal15627420451036322114572
Binary110111010111100100001001010010111101101010001001100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EBC84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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