Html Css Color HEX #677040 Woodland

📋 copy color: '#677040'

red 103 ◦ green 112 ◦ blue 64

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

Shades of Woodland #677040

Tints of Woodland #677040

RGB

 RED value IS 103 (40.63% from 255) = 36.92%

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

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

R = 36.92%
G = 40.14%
B = 22.94%

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

#677040 (or 0x677040) is known color: Woodland. HEX triplet: 67, 70 and 40. RGB value is (103,112,64). Sum of RGB (Red+Green+Blue) = 103+112+64=279 (36% of max value = 765). Red value is 103 (40.62% from 255 or 36.92% from 279); Green value is 112 (44.14% from 255 or 40.14% from 279); Blue value is 64 (25.39% from 255 or 22.94% from 279); Max value from RGB is 112 - color contains mainly: green. Hex color #677040 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #677040 is #988FBF. Grayscale: #686868. Windows color (decimal): -9998272 or 4223079. OLE color: 4223079.

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

Color convert

RGB 103 112 64 -
CMYK 0.08 0 0.43 0.56
HSL 71.25º 0.27% 0.35% -
HSV(B) 71.25º 0.43% 0.44% -
XYZ 12.31 14.84 7.07 -
YUV 103.84 105.52 127.4 -
System Red Green Blue C M Y K H S L
Decimal 103 112 64 0.08 0 0.43 0.56 71.25 0.27 0.35
Hex 67 70 40 8 0 2B 38 47 1B 23
Octal 147 160 100 10 0 53 70 107 33 43
Binary 1100111 1110000 1000000 1000 0 101011 111000 1000111 11011 100011

Color Harmonies of #677040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677040

Black with #677040

Text Example


Text Example

White with #677040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677040; }

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

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

background-color css

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

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

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

border-color css

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

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

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