Html Css Color HEX #686D5F Willow Grove

📋 copy color: '#686D5F'

red 104 ◦ green 109 ◦ blue 95

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

Shades of Willow Grove #686D5F

Tints of Willow Grove #686D5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 30.84%

R = 33.77%
G = 35.39%
B = 30.84%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.13

 K value IS 0.57

RGB Variations

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

Color information

#686D5F (or 0x686D5F) is known color: Willow Grove. HEX triplet: 68, 6D and 5F. RGB value is (104,109,95). Sum of RGB (Red+Green+Blue) = 104+109+95=308 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.77% from 308); Green value is 109 (42.97% from 255 or 35.39% from 308); Blue value is 95 (37.5% from 255 or 30.84% from 308); Max value from RGB is 109 - color contains mainly: green. Hex color #686D5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686D5F is #9792A0. Grayscale: #696969. Windows color (decimal): -9933473 or 6253928. OLE color: 6253928.

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

Color convert

RGB 104 109 95 -
CMYK 0.05 0 0.13 0.57
HSL 81.43º 0.07% 0.4% -
HSV(B) 81.43º 0.13% 0.43% -
XYZ 13.24 14.71 12.97 -
YUV 105.91 121.84 126.64 -
System Red Green Blue C M Y K H S L
Decimal 104 109 95 0.05 0 0.13 0.57 81.43 0.07 0.4
Hex 68 6D 5F 5 0 D 39 51 7 28
Octal 150 155 137 5 0 15 71 121 7 50
Binary 1101000 1101101 1011111 101 0 1101 111001 1010001 111 101000

Color Harmonies of #686D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686D5F

Black with #686D5F

Text Example


Text Example

White with #686D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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