Html Css Color HEX #6DBD82 Bay Leaf

📋 copy color: '#6DBD82'

red 109 ◦ green 189 ◦ blue 130

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

Shades of Bay Leaf #6DBD82

Tints of Bay Leaf #6DBD82

RGB

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

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

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

R = 25.47%
G = 44.16%
B = 30.37%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.31

 K value IS 0.26

RGB Variations

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

Color information

#6DBD82 (or 0x6DBD82) is known color: Bay Leaf. HEX triplet: 6D, BD and 82. RGB value is (109,189,130). Sum of RGB (Red+Green+Blue) = 109+189+130=428 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.47% from 428); Green value is 189 (74.22% from 255 or 44.16% from 428); Blue value is 130 (51.17% from 255 or 30.37% from 428); Max value from RGB is 189 - color contains mainly: green. Hex color #6DBD82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DBD82 is #92427D. Grayscale: #9E9E9E. Windows color (decimal): -9585278 or 8568173. OLE color: 8568173.

HSL color Cylindrical-coordinate representation of color #6DBD82: hue angle of 135.75º 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 #6DBD82 is Cyan = 0.42, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.26.

Color convert

RGB 109 189 130 -
CMYK 0.42 0 0.31 0.26
HSL 135.75º 0.38% 0.58% -
HSV(B) 135.75º 0.42% 0.74% -
XYZ 28.53 41.26 27.58 -
YUV 158.35 112 92.8 -
System Red Green Blue C M Y K H S L
Decimal 109 189 130 0.42 0 0.31 0.26 135.75 0.38 0.58
Hex 6D BD 82 2A 0 1F 1A 88 26 3A
Octal 155 275 202 52 0 37 32 210 46 72
Binary 1101101 10111101 10000010 101010 0 11111 11010 10001000 100110 111010

Color Harmonies of #6DBD82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DBD82

Black with #6DBD82

Text Example


Text Example

White with #6DBD82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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