Html Css Color HEX #686D5E Willow Grove

📋 copy color: '#686D5E'

red 104 ◦ green 109 ◦ blue 94

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

Shades of Willow Grove #686D5E

Tints of Willow Grove #686D5E

RGB

 RED value IS 104 (41.02% from 255) = 33.88%

 GREEN value IS 109 (42.97% from 255) = 35.5%

 BLUE value IS 94 (37.11% from 255) = 30.62%

R = 33.88%
G = 35.5%
B = 30.62%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.14

 K value IS 0.57

RGB Variations

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

Color information

#686D5E (or 0x686D5E) is known color: Willow Grove. HEX triplet: 68, 6D and 5E. RGB value is (104,109,94). Sum of RGB (Red+Green+Blue) = 104+109+94=307 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.88% from 307); Green value is 109 (42.97% from 255 or 35.50% from 307); Blue value is 94 (37.11% from 255 or 30.62% from 307); Max value from RGB is 109 - color contains mainly: green. Hex color #686D5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686D5E is #9792A1. Grayscale: #696969. Windows color (decimal): -9933474 or 6188392. OLE color: 6188392.

HSL color Cylindrical-coordinate representation of color #686D5E: hue angle of 80º degrees, saturation: 0.07, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #686D5E is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.57.

Color convert

RGB 104 109 94 -
CMYK 0.05 0 0.14 0.57
HSL 80º 0.07% 0.4% -
HSV(B) 80º 0.14% 0.43% -
XYZ 13.2 14.69 12.73 -
YUV 105.8 121.34 126.72 -
System Red Green Blue C M Y K H S L
Decimal 104 109 94 0.05 0 0.14 0.57 80 0.07 0.4
Hex 68 6D 5E 5 0 E 39 50 7 28
Octal 150 155 136 5 0 16 71 120 7 50
Binary 1101000 1101101 1011110 101 0 1110 111001 1010000 111 101000

Color Harmonies of #686D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686D5E

Black with #686D5E

Text Example


Text Example

White with #686D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686D5E; }

 p { color: rgb(104,109,94); }

 H1.HeaderClassName
 {
   color: #686D5E;
 }
 .AnyTagClassName
 {
   color: #686D5E;
 }
</style>

background-color css

<style>
 a { background-color: #686D5E; }

 a { background-color: rgb(104,109,94); }

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

border-color css

<style>
 span { border-color: #686D5E; }

 span { border-color: rgb(104,109,94); }

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