Html Css Color HEX #686F5B Willow Grove

📋 copy color: '#686F5B'

red 104 ◦ green 111 ◦ blue 91

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

Shades of Willow Grove #686F5B

Tints of Willow Grove #686F5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 29.74%

R = 33.99%
G = 36.27%
B = 29.74%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#686F5B (or 0x686F5B) is known color: Willow Grove. HEX triplet: 68, 6F and 5B. RGB value is (104,111,91). Sum of RGB (Red+Green+Blue) = 104+111+91=306 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.99% from 306); Green value is 111 (43.75% from 255 or 36.27% from 306); Blue value is 91 (35.94% from 255 or 29.74% from 306); Max value from RGB is 111 - color contains mainly: green. Hex color #686F5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686F5B is #9790A4. Grayscale: #6A6A6A. Windows color (decimal): -9932965 or 5992296. OLE color: 5992296.

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

Color convert

RGB 104 111 91 -
CMYK 0.06 0 0.18 0.56
HSL 81º 0.1% 0.4% -
HSV(B) 81º 0.18% 0.44% -
XYZ 13.28 15.07 12.11 -
YUV 106.63 119.18 126.13 -
System Red Green Blue C M Y K H S L
Decimal 104 111 91 0.06 0 0.18 0.56 81 0.1 0.4
Hex 68 6F 5B 6 0 12 38 51 A 28
Octal 150 157 133 6 0 22 70 121 12 50
Binary 1101000 1101111 1011011 110 0 10010 111000 1010001 1010 101000

Color Harmonies of #686F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686F5B

Black with #686F5B

Text Example


Text Example

White with #686F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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