Html Css Color HEX #6E7D41 Woodland

📋 copy color: '#6E7D41'

red 110 ◦ green 125 ◦ blue 65

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

Shades of Woodland #6E7D41

Tints of Woodland #6E7D41

RGB

 RED value IS 110 (43.36% from 255) = 36.67%

 GREEN value IS 125 (49.22% from 255) = 41.67%

 BLUE value IS 65 (25.78% from 255) = 21.67%

R = 36.67%
G = 41.67%
B = 21.67%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.48

 K value IS 0.51

RGB Variations

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

Color information

#6E7D41 (or 0x6E7D41) is known color: Woodland. HEX triplet: 6E, 7D and 41. RGB value is (110,125,65). Sum of RGB (Red+Green+Blue) = 110+125+65=300 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.67% from 300); Green value is 125 (49.22% from 255 or 41.67% from 300); Blue value is 65 (25.78% from 255 or 21.67% from 300); Max value from RGB is 125 - color contains mainly: green. Hex color #6E7D41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E7D41 is #9182BE. Grayscale: #717171. Windows color (decimal): -9536191 or 4291950. OLE color: 4291950.

HSL color Cylindrical-coordinate representation of color #6E7D41: hue angle of 75º degrees, saturation: 0.32, 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 #6E7D41 is Cyan = 0.12, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.51.

Color convert

RGB 110 125 65 -
CMYK 0.12 0 0.48 0.51
HSL 75º 0.32% 0.37% -
HSV(B) 75º 0.48% 0.49% -
XYZ 14.72 18.36 7.77 -
YUV 113.68 100.53 125.38 -
System Red Green Blue C M Y K H S L
Decimal 110 125 65 0.12 0 0.48 0.51 75 0.32 0.37
Hex 6E 7D 41 C 0 30 33 4B 20 25
Octal 156 175 101 14 0 60 63 113 40 45
Binary 1101110 1111101 1000001 1100 0 110000 110011 1001011 100000 100101

Color Harmonies of #6E7D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7D41

Black with #6E7D41

Text Example


Text Example

White with #6E7D41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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