Html Css Color HEX #6DBD80 Bay Leaf

📋 copy color: '#6DBD80'

red 109 ◦ green 189 ◦ blue 128

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

Shades of Bay Leaf #6DBD80

Tints of Bay Leaf #6DBD80

RGB

 RED value IS 109 (42.97% from 255) = 25.59%

 GREEN value IS 189 (74.22% from 255) = 44.37%

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

R = 25.59%
G = 44.37%
B = 30.05%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#6DBD80 (or 0x6DBD80) is known color: Bay Leaf. HEX triplet: 6D, BD and 80. RGB value is (109,189,128). Sum of RGB (Red+Green+Blue) = 109+189+128=426 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.59% from 426); Green value is 189 (74.22% from 255 or 44.37% from 426); Blue value is 128 (50.39% from 255 or 30.05% from 426); Max value from RGB is 189 - color contains mainly: green. Hex color #6DBD80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DBD80 is #92427F. Grayscale: #9E9E9E. Windows color (decimal): -9585280 or 8437101. OLE color: 8437101.

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

Color convert

RGB 109 189 128 -
CMYK 0.42 0 0.32 0.26
HSL 134.25º 0.38% 0.58% -
HSV(B) 134.25º 0.42% 0.74% -
XYZ 28.4 41.2 26.88 -
YUV 158.13 111 92.96 -
System Red Green Blue C M Y K H S L
Decimal 109 189 128 0.42 0 0.32 0.26 134.25 0.38 0.58
Hex 6D BD 80 2A 0 20 1A 86 26 3A
Octal 155 275 200 52 0 40 32 206 46 72
Binary 1101101 10111101 10000000 101010 0 100000 11010 10000110 100110 111010

Color Harmonies of #6DBD80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DBD80

Black with #6DBD80

Text Example


Text Example

White with #6DBD80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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