Html Css Color HEX #6DBB80 Bay Leaf

📋 copy color: '#6DBB80'

red 109 ◦ green 187 ◦ blue 128

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

Shades of Bay Leaf #6DBB80

Tints of Bay Leaf #6DBB80

RGB

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

 GREEN value IS 187 (73.44% from 255) = 44.1%

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

R = 25.71%
G = 44.1%
B = 30.19%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#6DBB80 (or 0x6DBB80) is known color: Bay Leaf. HEX triplet: 6D, BB and 80. RGB value is (109,187,128). Sum of RGB (Red+Green+Blue) = 109+187+128=424 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.71% from 424); Green value is 187 (73.44% from 255 or 44.10% from 424); Blue value is 128 (50.39% from 255 or 30.19% from 424); Max value from RGB is 187 - color contains mainly: green. Hex color #6DBB80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DBB80 is #92447F. Grayscale: #9D9D9D. Windows color (decimal): -9585792 or 8436589. OLE color: 8436589.

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

Color convert

RGB 109 187 128 -
CMYK 0.42 0 0.32 0.27
HSL 134.62º 0.36% 0.58% -
HSV(B) 134.62º 0.42% 0.73% -
XYZ 27.97 40.35 26.74 -
YUV 156.95 111.66 93.8 -
System Red Green Blue C M Y K H S L
Decimal 109 187 128 0.42 0 0.32 0.27 134.62 0.36 0.58
Hex 6D BB 80 2A 0 20 1B 87 24 3A
Octal 155 273 200 52 0 40 33 207 44 72
Binary 1101101 10111011 10000000 101010 0 100000 11011 10000111 100100 111010

Color Harmonies of #6DBB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DBB80

Black with #6DBB80

Text Example


Text Example

White with #6DBB80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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