Html Css Color HEX #6DB685 Bay Leaf

📋 copy color: '#6DB685'

red 109 ◦ green 182 ◦ blue 133

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

Shades of Bay Leaf #6DB685

Tints of Bay Leaf #6DB685

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 31.37%

R = 25.71%
G = 42.92%
B = 31.37%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#6DB685 (or 0x6DB685) is known color: Bay Leaf. HEX triplet: 6D, B6 and 85. RGB value is (109,182,133). Sum of RGB (Red+Green+Blue) = 109+182+133=424 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.71% from 424); Green value is 182 (71.48% from 255 or 42.92% from 424); Blue value is 133 (52.34% from 255 or 31.37% from 424); Max value from RGB is 182 - color contains mainly: green. Hex color #6DB685 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DB685 is #92497A. Grayscale: #9A9A9A. Windows color (decimal): -9587067 or 8762989. OLE color: 8762989.

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

Color convert

RGB 109 182 133 -
CMYK 0.40 0 0.27 0.29
HSL 139.73º 0.33% 0.57% -
HSV(B) 139.73º 0.4% 0.71% -
XYZ 27.27 38.4 28.17 -
YUV 154.59 115.82 95.48 -
System Red Green Blue C M Y K H S L
Decimal 109 182 133 0.40 0 0.27 0.29 139.73 0.33 0.57
Hex 6D B6 85 28 0 1B 1D 8C 21 39
Octal 155 266 205 50 0 33 35 214 41 71
Binary 1101101 10110110 10000101 101000 0 11011 11101 10001100 100001 111001

Color Harmonies of #6DB685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DB685

Black with #6DB685

Text Example


Text Example

White with #6DB685

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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