Html Css Color HEX #6DB680 Bay Leaf

📋 copy color: '#6DB680'

red 109 ◦ green 182 ◦ blue 128

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

Shades of Bay Leaf #6DB680

Tints of Bay Leaf #6DB680

RGB

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

 GREEN value IS 182 (71.48% from 255) = 43.44%

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

R = 26.01%
G = 43.44%
B = 30.55%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.30

 K value IS 0.29

RGB Variations

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

Color information

#6DB680 (or 0x6DB680) is known color: Bay Leaf. HEX triplet: 6D, B6 and 80. RGB value is (109,182,128). Sum of RGB (Red+Green+Blue) = 109+182+128=419 (55% of max value = 765). Red value is 109 (42.97% from 255 or 26.01% from 419); Green value is 182 (71.48% from 255 or 43.44% from 419); Blue value is 128 (50.39% from 255 or 30.55% from 419); Max value from RGB is 182 - color contains mainly: green. Hex color #6DB680 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DB680 is #92497F. Grayscale: #9A9A9A. Windows color (decimal): -9587072 or 8435309. OLE color: 8435309.

HSL color Cylindrical-coordinate representation of color #6DB680: hue angle of 135.62º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6DB680 is Cyan = 0.40, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.29.

Color convert

RGB 109 182 128 -
CMYK 0.40 0 0.30 0.29
HSL 135.62º 0.33% 0.57% -
HSV(B) 135.62º 0.4% 0.71% -
XYZ 26.93 38.27 26.39 -
YUV 154.02 113.32 95.89 -
System Red Green Blue C M Y K H S L
Decimal 109 182 128 0.40 0 0.30 0.29 135.62 0.33 0.57
Hex 6D B6 80 28 0 1E 1D 88 21 39
Octal 155 266 200 50 0 36 35 210 41 71
Binary 1101101 10110110 10000000 101000 0 11110 11101 10001000 100001 111001

Color Harmonies of #6DB680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DB680

Black with #6DB680

Text Example


Text Example

White with #6DB680

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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