Html Css Color HEX #676940 Woodland

📋 copy color: '#676940'

red 103 ◦ green 105 ◦ blue 64

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

Shades of Woodland #676940

Tints of Woodland #676940

RGB

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

 GREEN value IS 105 (41.41% from 255) = 38.6%

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

R = 37.87%
G = 38.6%
B = 23.53%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.39

 K value IS 0.59

RGB Variations

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

Color information

#676940 (or 0x676940) is known color: Woodland. HEX triplet: 67, 69 and 40. RGB value is (103,105,64). Sum of RGB (Red+Green+Blue) = 103+105+64=272 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.87% from 272); Green value is 105 (41.41% from 255 or 38.60% from 272); Blue value is 64 (25.39% from 255 or 23.53% from 272); Max value from RGB is 105 - color contains mainly: green. Hex color #676940 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #676940 is #9896BF. Grayscale: #636363. Windows color (decimal): -10000064 or 4221287. OLE color: 4221287.

HSL color Cylindrical-coordinate representation of color #676940: hue angle of 62.93º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #676940 is Cyan = 0.02, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.59.

Color convert

RGB 103 105 64 -
CMYK 0.02 0 0.39 0.59
HSL 62.93º 0.24% 0.33% -
HSV(B) 62.93º 0.39% 0.41% -
XYZ 11.57 13.36 6.82 -
YUV 99.73 107.84 130.33 -
System Red Green Blue C M Y K H S L
Decimal 103 105 64 0.02 0 0.39 0.59 62.93 0.24 0.33
Hex 67 69 40 2 0 27 3B 3F 18 21
Octal 147 151 100 2 0 47 73 77 30 41
Binary 1100111 1101001 1000000 10 0 100111 111011 111111 11000 100001

Color Harmonies of #676940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676940

Black with #676940

Text Example


Text Example

White with #676940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #676940; }

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

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

background-color css

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

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

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

border-color css

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

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

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