Html Css Color HEX #687040 Woodland

📋 copy color: '#687040'

red 104 ◦ green 112 ◦ blue 64

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

Shades of Woodland #687040

Tints of Woodland #687040

RGB

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

 GREEN value IS 112 (44.14% from 255) = 40%

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

R = 37.14%
G = 40%
B = 22.86%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.43

 K value IS 0.56

RGB Variations

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

Color information

#687040 (or 0x687040) is known color: Woodland. HEX triplet: 68, 70 and 40. RGB value is (104,112,64). Sum of RGB (Red+Green+Blue) = 104+112+64=280 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.14% from 280); Green value is 112 (44.14% from 255 or 40% from 280); Blue value is 64 (25.39% from 255 or 22.86% from 280); Max value from RGB is 112 - color contains mainly: green. Hex color #687040 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #687040 is #978FBF. Grayscale: #686868. Windows color (decimal): -9932736 or 4223080. OLE color: 4223080.

HSL color Cylindrical-coordinate representation of color #687040: hue angle of 70º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #687040 is Cyan = 0.07, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.56.

Color convert

RGB 104 112 64 -
CMYK 0.07 0 0.43 0.56
HSL 70º 0.27% 0.35% -
HSV(B) 70º 0.43% 0.44% -
XYZ 12.43 14.9 7.07 -
YUV 104.14 105.35 127.9 -
System Red Green Blue C M Y K H S L
Decimal 104 112 64 0.07 0 0.43 0.56 70 0.27 0.35
Hex 68 70 40 7 0 2B 38 46 1B 23
Octal 150 160 100 7 0 53 70 106 33 43
Binary 1101000 1110000 1000000 111 0 101011 111000 1000110 11011 100011

Color Harmonies of #687040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687040

Black with #687040

Text Example


Text Example

White with #687040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687040; }

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

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

background-color css

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

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

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

border-color css

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

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

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