#6E7C41

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

Shades of Woodland #6E7C41

Tints of Woodland #6E7C41

Color information

#6E7C41 (or 0x6E7C41) is unknown color: approx Woodland. HEX triplet: 6E, 7C and 41. RGB value is (110,124,65). Sum of RGB (Red+Green+Blue) = 110+124+65=299 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.79% from 299); Green value is 124 (48.83% from 255 or 41.47% from 299); Blue value is 65 (25.78% from 255 or 21.74% from 299); Max value from RGB is 124 - color contains mainly: green. Hex color #6E7C41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E7C41 is #9183BE. Grayscale: #717171. Windows color (decimal): -9536447 or 4291694. OLE color: 4291694.

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

Color convert

RGB11012465-
CMYK0.1100.480.51
HSL74.24º31.22%37.06%-
HSV(B)74.24º47.58%48.63%-
XYZ14.5918.117.73-
YUV113.09100.86125.8-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 36.79%
GREEN value IS 124 (48.83% from 255) = 41.47%
BLUE value IS 65 (25.78% from 255) = 21.74%
R=36.79%
G=41.47%
B=21.74%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal110124650.1100.480.5174.2431.2237.06
Hex6E7C41B030334a1f25
Octal15617410113060631123745
Binary11011101111100100000110110110000110011100101011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E7C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,124,65); }

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

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

 a { background-color: rgb(110,124,65); }

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

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

 span { border-color: rgb(110,124,65); }

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