Html Css Color HEX #686F3A Woodland

📋 copy color: '#686F3A'

red 104 ◦ green 111 ◦ blue 58

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

Shades of Woodland #686F3A

Tints of Woodland #686F3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 21.25%

R = 38.1%
G = 40.66%
B = 21.25%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.48

 K value IS 0.56

RGB Variations

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

Color information

#686F3A (or 0x686F3A) is known color: Woodland. HEX triplet: 68, 6F and 3A. RGB value is (104,111,58). Sum of RGB (Red+Green+Blue) = 104+111+58=273 (36% of max value = 765). Red value is 104 (41.02% from 255 or 38.10% from 273); Green value is 111 (43.75% from 255 or 40.66% from 273); Blue value is 58 (23.05% from 255 or 21.25% from 273); Max value from RGB is 111 - color contains mainly: green. Hex color #686F3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686F3A is #9790C5. Grayscale: #676767. Windows color (decimal): -9932998 or 3829608. OLE color: 3829608.

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

Color convert

RGB 104 111 58 -
CMYK 0.06 0 0.48 0.56
HSL 67.92º 0.31% 0.33% -
HSV(B) 67.92º 0.48% 0.44% -
XYZ 12.16 14.62 6.18 -
YUV 102.87 102.68 128.81 -
System Red Green Blue C M Y K H S L
Decimal 104 111 58 0.06 0 0.48 0.56 67.92 0.31 0.33
Hex 68 6F 3A 6 0 30 38 44 1F 21
Octal 150 157 72 6 0 60 70 104 37 41
Binary 1101000 1101111 111010 110 0 110000 111000 1000100 11111 100001

Color Harmonies of #686F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686F3A

Black with #686F3A

Text Example


Text Example

White with #686F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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