Html Css Color HEX #6EBA80 Bay Leaf

📋 copy color: '#6EBA80'

red 110 ◦ green 186 ◦ blue 128

#6EBA80
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bay Leaf #6EBA80

Tints of Bay Leaf #6EBA80

RGB

 RED value IS 110 (43.36% from 255) = 25.94%

 GREEN value IS 186 (73.05% from 255) = 43.87%

 BLUE value IS 128 (50.39% from 255) = 30.19%

R = 25.94%
G = 43.87%
B = 30.19%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#6EBA80 (or 0x6EBA80) is known color: Bay Leaf. HEX triplet: 6E, BA and 80. RGB value is (110,186,128). Sum of RGB (Red+Green+Blue) = 110+186+128=424 (56% of max value = 765). Red value is 110 (43.36% from 255 or 25.94% from 424); Green value is 186 (73.05% from 255 or 43.87% from 424); Blue value is 128 (50.39% from 255 or 30.19% from 424); Max value from RGB is 186 - color contains mainly: green. Hex color #6EBA80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EBA80 is #91457F. Grayscale: #9C9C9C. Windows color (decimal): -9520512 or 8436334. OLE color: 8436334.

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

Color convert

RGB 110 186 128 -
CMYK 0.41 0 0.31 0.27
HSL 134.21º 0.36% 0.58% -
HSV(B) 134.21º 0.41% 0.73% -
XYZ 27.89 39.99 26.67 -
YUV 156.66 111.82 94.72 -
System Red Green Blue C M Y K H S L
Decimal 110 186 128 0.41 0 0.31 0.27 134.21 0.36 0.58
Hex 6E BA 80 29 0 1F 1B 86 24 3A
Octal 156 272 200 51 0 37 33 206 44 72
Binary 1101110 10111010 10000000 101001 0 11111 11011 10000110 100100 111010

Color Harmonies of #6EBA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EBA80

Black with #6EBA80

Text Example


Text Example

White with #6EBA80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6EBA80;
 }
 .AnyTagClassName
 {
   color: #6EBA80;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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