Html Css Color HEX #6DB884 Bay Leaf

📋 copy color: '#6DB884'

red 109 ◦ green 184 ◦ blue 132

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

Shades of Bay Leaf #6DB884

Tints of Bay Leaf #6DB884

RGB

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

 GREEN value IS 184 (72.27% from 255) = 43.29%

 BLUE value IS 132 (51.95% from 255) = 31.06%

R = 25.65%
G = 43.29%
B = 31.06%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.28

 K value IS 0.28

RGB Variations

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

Color information

#6DB884 (or 0x6DB884) is known color: Bay Leaf. HEX triplet: 6D, B8 and 84. RGB value is (109,184,132). Sum of RGB (Red+Green+Blue) = 109+184+132=425 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.65% from 425); Green value is 184 (72.27% from 255 or 43.29% from 425); Blue value is 132 (51.95% from 255 or 31.06% from 425); Max value from RGB is 184 - color contains mainly: green. Hex color #6DB884 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DB884 is #92477B. Grayscale: #9B9B9B. Windows color (decimal): -9586556 or 8697965. OLE color: 8697965.

HSL color Cylindrical-coordinate representation of color #6DB884: hue angle of 138.4º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6DB884 is Cyan = 0.41, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.28.

Color convert

RGB 109 184 132 -
CMYK 0.41 0 0.28 0.28
HSL 138.4º 0.35% 0.57% -
HSV(B) 138.4º 0.41% 0.72% -
XYZ 27.61 39.2 27.94 -
YUV 155.65 114.65 94.73 -
System Red Green Blue C M Y K H S L
Decimal 109 184 132 0.41 0 0.28 0.28 138.4 0.35 0.57
Hex 6D B8 84 29 0 1C 1C 8A 23 39
Octal 155 270 204 51 0 34 34 212 43 71
Binary 1101101 10111000 10000100 101001 0 11100 11100 10001010 100011 111001

Color Harmonies of #6DB884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DB884

Black with #6DB884

Text Example


Text Example

White with #6DB884

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,184,132); }

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

background-color css

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

 a { background-color: rgb(109,184,132); }

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

border-color css

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

 span { border-color: rgb(109,184,132); }

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