Html Css Color HEX #6D7A40 Woodland

📋 copy color: '#6D7A40'

red 109 ◦ green 122 ◦ blue 64

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

Shades of Woodland #6D7A40

Tints of Woodland #6D7A40

RGB

 RED value IS 109 (42.97% from 255) = 36.95%

 GREEN value IS 122 (48.05% from 255) = 41.36%

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

R = 36.95%
G = 41.36%
B = 21.69%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.48

 K value IS 0.52

RGB Variations

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

Color information

#6D7A40 (or 0x6D7A40) is known color: Woodland. HEX triplet: 6D, 7A and 40. RGB value is (109,122,64). Sum of RGB (Red+Green+Blue) = 109+122+64=295 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.95% from 295); Green value is 122 (48.05% from 255 or 41.36% from 295); Blue value is 64 (25.39% from 255 or 21.69% from 295); Max value from RGB is 122 - color contains mainly: green. Hex color #6D7A40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D7A40 is #9285BF. Grayscale: #6F6F6F. Windows color (decimal): -9602496 or 4225645. OLE color: 4225645.

HSL color Cylindrical-coordinate representation of color #6D7A40: hue angle of 73.45º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6D7A40 is Cyan = 0.11, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.52.

Color convert

RGB 109 122 64 -
CMYK 0.11 0 0.48 0.52
HSL 73.45º 0.31% 0.36% -
HSV(B) 73.45º 0.48% 0.48% -
XYZ 14.19 17.54 7.49 -
YUV 111.5 101.19 126.22 -
System Red Green Blue C M Y K H S L
Decimal 109 122 64 0.11 0 0.48 0.52 73.45 0.31 0.36
Hex 6D 7A 40 B 0 30 34 49 1F 24
Octal 155 172 100 13 0 60 64 111 37 44
Binary 1101101 1111010 1000000 1011 0 110000 110100 1001001 11111 100100

Color Harmonies of #6D7A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D7A40

Black with #6D7A40

Text Example


Text Example

White with #6D7A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6D7A40; }

 p { color: rgb(109,122,64); }

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

background-color css

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

 a { background-color: rgb(109,122,64); }

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

border-color css

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

 span { border-color: rgb(109,122,64); }

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