Html Css Color HEX #6DB682 Bay Leaf

📋 copy color: '#6DB682'

red 109 ◦ green 182 ◦ blue 130

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

Shades of Bay Leaf #6DB682

Tints of Bay Leaf #6DB682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 30.88%

R = 25.89%
G = 43.23%
B = 30.88%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#6DB682 (or 0x6DB682) is known color: Bay Leaf. HEX triplet: 6D, B6 and 82. RGB value is (109,182,130). Sum of RGB (Red+Green+Blue) = 109+182+130=421 (55% of max value = 765). Red value is 109 (42.97% from 255 or 25.89% from 421); Green value is 182 (71.48% from 255 or 43.23% from 421); Blue value is 130 (51.17% from 255 or 30.88% from 421); Max value from RGB is 182 - color contains mainly: green. Hex color #6DB682 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DB682 is #92497D. Grayscale: #9A9A9A. Windows color (decimal): -9587070 or 8566381. OLE color: 8566381.

HSL color Cylindrical-coordinate representation of color #6DB682: hue angle of 137.26º 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 #6DB682 is Cyan = 0.40, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB 109 182 130 -
CMYK 0.40 0 0.29 0.29
HSL 137.26º 0.33% 0.57% -
HSV(B) 137.26º 0.4% 0.71% -
XYZ 27.06 38.32 27.09 -
YUV 154.25 114.32 95.73 -
System Red Green Blue C M Y K H S L
Decimal 109 182 130 0.40 0 0.29 0.29 137.26 0.33 0.57
Hex 6D B6 82 28 0 1D 1D 89 21 39
Octal 155 266 202 50 0 35 35 211 41 71
Binary 1101101 10110110 10000010 101000 0 11101 11101 10001001 100001 111001

Color Harmonies of #6DB682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DB682

Black with #6DB682

Text Example


Text Example

White with #6DB682

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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