#6EBD84

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

Shades of Bay Leaf #6EBD84

Tints of Bay Leaf #6EBD84

Color information

#6EBD84 (or 0x6EBD84) is unknown color: approx Bay Leaf. HEX triplet: 6E, BD and 84. RGB value is (110,189,132). Sum of RGB (Red+Green+Blue) = 110+189+132=431 (57% of max value = 765). Red value is 110 (43.36% from 255 or 25.52% from 431); Green value is 189 (74.22% from 255 or 43.85% from 431); Blue value is 132 (51.95% from 255 or 30.63% from 431); Max value from RGB is 189 - color contains mainly: green. Hex color #6EBD84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EBD84 is #91427B. Grayscale: #9F9F9F. Windows color (decimal): -9519740 or 8699246. OLE color: 8699246.

HSL color Cylindrical-coordinate representation of color #6EBD84: hue angle of 136.71º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6EBD84 is Cyan = 0.42, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.

Color convert

RGB110189132-
CMYK0.4200.300.26
HSL136.71º37.44%58.63%-
HSV(B)136.71º41.8%74.12%-
XYZ28.7941.3828.3-
YUV158.88112.8393.13-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 25.52%
GREEN value IS 189 (74.22% from 255) = 43.85%
BLUE value IS 132 (51.95% from 255) = 30.63%
R=25.52%
G=43.85%
B=30.63%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1101891320.4200.300.26136.7137.4458.63
Hex6EBD842A01E1A89253b
Octal15627520452036322114573
Binary110111010111101100001001010100111101101010001001100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EBD84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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