Html Css Color HEX #6E7940 Woodland

📋 copy color: '#6E7940'

red 110 ◦ green 121 ◦ blue 64

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

Shades of Woodland #6E7940

Tints of Woodland #6E7940

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 value IS 0.09

 M value IS 0

 Y value IS 0.47

 K value IS 0.53

RGB Variations

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

Color information

#6E7940 (or 0x6E7940) is known color: 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

RGB 110 121 64 -
CMYK 0.09 0 0.47 0.53
HSL 71.58º 0.31% 0.36% -
HSV(B) 71.58º 0.47% 0.47% -
XYZ 14.19 17.36 7.45 -
YUV 111.21 101.36 127.13 -
System Red Green Blue C M Y K H S L
Decimal 110 121 64 0.09 0 0.47 0.53 71.58 0.31 0.36
Hex 6E 79 40 9 0 2F 35 48 1F 24
Octal 156 171 100 11 0 57 65 110 37 44
Binary 1101110 1111001 1000000 1001 0 101111 110101 1001000 11111 100100

Color Harmonies of #6E7940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7940

Black with #6E7940

Text Example


Text Example

White with #6E7940

Text Example


Text Example

HTML Codes & Css Web 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>