#6DBE80

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

Shades of Bay Leaf #6DBE80

Tints of Bay Leaf #6DBE80

Color information

#6DBE80 (or 0x6DBE80) is unknown color: approx Bay Leaf. HEX triplet: 6D, BE and 80. RGB value is (109,190,128). Sum of RGB (Red+Green+Blue) = 109+190+128=427 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.53% from 427); Green value is 190 (74.61% from 255 or 44.50% from 427); Blue value is 128 (50.39% from 255 or 29.98% from 427); Max value from RGB is 190 - color contains mainly: green. Hex color #6DBE80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DBE80 is #92417F. Grayscale: #9E9E9E. Windows color (decimal): -9585024 or 8437357. OLE color: 8437357.

HSL color Cylindrical-coordinate representation of color #6DBE80: hue angle of 134.07º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6DBE80 is Cyan = 0.43, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB109190128-
CMYK0.4300.330.25
HSL134.07º38.39%58.63%-
HSV(B)134.07º42.63%74.51%-
XYZ28.6241.6426.95-
YUV158.71110.6692.54-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 25.53%
GREEN value IS 190 (74.61% from 255) = 44.50%
BLUE value IS 128 (50.39% from 255) = 29.98%
R=25.53%
G=44.50%
B=29.98%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1091901280.4300.330.25134.0738.3958.63
Hex6DBE802B0211986263b
Octal15527620053041312064673
Binary1101101101111101000000010101101000011100110000110100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DBE80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,190,128); }

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

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

 a { background-color: rgb(109,190,128); }

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

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

 span { border-color: rgb(109,190,128); }

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