Html Css Color HEX #686F40 Woodland

📋 copy color: '#686F40'

red 104 ◦ green 111 ◦ blue 64

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

Shades of Woodland #686F40

Tints of Woodland #686F40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 22.94%

R = 37.28%
G = 39.78%
B = 22.94%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#686F40 (or 0x686F40) is known color: Woodland. HEX triplet: 68, 6F and 40. RGB value is (104,111,64). Sum of RGB (Red+Green+Blue) = 104+111+64=279 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.28% from 279); Green value is 111 (43.75% from 255 or 39.78% from 279); Blue value is 64 (25.39% from 255 or 22.94% from 279); Max value from RGB is 111 - color contains mainly: green. Hex color #686F40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686F40 is #9790BF. Grayscale: #676767. Windows color (decimal): -9932992 or 4222824. OLE color: 4222824.

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

Color convert

RGB 104 111 64 -
CMYK 0.06 0 0.42 0.56
HSL 68.94º 0.27% 0.34% -
HSV(B) 68.94º 0.42% 0.44% -
XYZ 12.32 14.68 7.04 -
YUV 103.55 105.68 128.32 -
System Red Green Blue C M Y K H S L
Decimal 104 111 64 0.06 0 0.42 0.56 68.94 0.27 0.34
Hex 68 6F 40 6 0 2A 38 45 1B 22
Octal 150 157 100 6 0 52 70 105 33 42
Binary 1101000 1101111 1000000 110 0 101010 111000 1000101 11011 100010

Color Harmonies of #686F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686F40

Black with #686F40

Text Example


Text Example

White with #686F40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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