#6E7940

Color #6E7940 Woodland (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Woodland #6E7940

Tints of Woodland #6E7940

Color information

#6E7940 (or 0x6E7940) is unknown color: approx Woodland. HEX triplet: 6E, 79 and 40. RGB value is (110,121,64). Sum of RGB (Red+Green+Blue) = 110+121+64=295 (39% of max value = 765). Red value is 110 (43.36% from 255 or 37.29% from 295); Green value is 121 (47.66% from 255 or 41.02% from 295); Blue value is 64 (25.39% from 255 or 21.69% from 295); Max value from RGB is 121 - color contains mainly: green. Hex color #6E7940 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E7940 is #9186BF. Grayscale: #6F6F6F. Windows color (decimal): -9537216 or 4225390. OLE color: 4225390.

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

Color convert

RGB11012164-
CMYK0.0900.470.53
HSL71.58º30.81%36.27%-
HSV(B)71.58º47.11%47.45%-
XYZ14.1917.367.45-
YUV111.21101.36127.13-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 37.29%
GREEN value IS 121 (47.66% from 255) = 41.02%
BLUE value IS 64 (25.39% from 255) = 21.69%
R=37.29%
G=41.02%
B=21.69%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal110121640.0900.470.5371.5830.8136.27
Hex6E7940902F35481f24
Octal15617110011057651103744
Binary11011101111001100000010010101111110101100100011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E7940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,121,64); }

 H1.HeaderClassName
 {
   color: #6E7940;
 }
 .AnyTagClassName
 {
   color: #6E7940;
 }
</style>
background-color css

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

 a { background-color: rgb(110,121,64); }

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

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

 span { border-color: rgb(110,121,64); }

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