Html Css Color HEX #686F5F Willow Grove

📋 copy color: '#686F5F'

red 104 ◦ green 111 ◦ blue 95

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

Shades of Willow Grove #686F5F

Tints of Willow Grove #686F5F

RGB

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

 GREEN value IS 111 (43.75% from 255) = 35.81%

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

R = 33.55%
G = 35.81%
B = 30.65%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#686F5F (or 0x686F5F) is known color: Willow Grove. HEX triplet: 68, 6F and 5F. RGB value is (104,111,95). Sum of RGB (Red+Green+Blue) = 104+111+95=310 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.55% from 310); Green value is 111 (43.75% from 255 or 35.81% from 310); Blue value is 95 (37.5% from 255 or 30.65% from 310); Max value from RGB is 111 - color contains mainly: green. Hex color #686F5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686F5F is #9790A0. Grayscale: #6B6B6B. Windows color (decimal): -9932961 or 6254440. OLE color: 6254440.

HSL color Cylindrical-coordinate representation of color #686F5F: hue angle of 86.25º degrees, saturation: 0.08, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #686F5F is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB 104 111 95 -
CMYK 0.06 0 0.14 0.56
HSL 86.25º 0.08% 0.4% -
HSV(B) 86.25º 0.14% 0.44% -
XYZ 13.46 15.14 13.04 -
YUV 107.08 121.18 125.8 -
System Red Green Blue C M Y K H S L
Decimal 104 111 95 0.06 0 0.14 0.56 86.25 0.08 0.4
Hex 68 6F 5F 6 0 E 38 56 8 28
Octal 150 157 137 6 0 16 70 126 10 50
Binary 1101000 1101111 1011111 110 0 1110 111000 1010110 1000 101000

Color Harmonies of #686F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686F5F

Black with #686F5F

Text Example


Text Example

White with #686F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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