Html Css Color HEX #687140 Woodland

📋 copy color: '#687140'

red 104 ◦ green 113 ◦ blue 64

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

Shades of Woodland #687140

Tints of Woodland #687140

RGB

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

 GREEN value IS 113 (44.53% from 255) = 40.21%

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

R = 37.01%
G = 40.21%
B = 22.78%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.43

 K value IS 0.56

RGB Variations

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

Color information

#687140 (or 0x687140) is known color: Woodland. HEX triplet: 68, 71 and 40. RGB value is (104,113,64). Sum of RGB (Red+Green+Blue) = 104+113+64=281 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.01% from 281); Green value is 113 (44.53% from 255 or 40.21% from 281); Blue value is 64 (25.39% from 255 or 22.78% from 281); Max value from RGB is 113 - color contains mainly: green. Hex color #687140 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #687140 is #978EBF. Grayscale: #686868. Windows color (decimal): -9932480 or 4223336. OLE color: 4223336.

HSL color Cylindrical-coordinate representation of color #687140: hue angle of 71.02º degrees, saturation: 0.28, 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 #687140 is Cyan = 0.08, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.56.

Color convert

RGB 104 113 64 -
CMYK 0.08 0 0.43 0.56
HSL 71.02º 0.28% 0.35% -
HSV(B) 71.02º 0.43% 0.44% -
XYZ 12.54 15.12 7.11 -
YUV 104.72 105.02 127.48 -
System Red Green Blue C M Y K H S L
Decimal 104 113 64 0.08 0 0.43 0.56 71.02 0.28 0.35
Hex 68 71 40 8 0 2B 38 47 1C 23
Octal 150 161 100 10 0 53 70 107 34 43
Binary 1101000 1110001 1000000 1000 0 101011 111000 1000111 11100 100011

Color Harmonies of #687140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687140

Black with #687140

Text Example


Text Example

White with #687140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687140; }

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

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

background-color css

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

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

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

border-color css

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

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

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