Html Css Color HEX #6B7941 Woodland

📋 copy color: '#6B7941'

red 107 ◦ green 121 ◦ blue 65

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

Shades of Woodland #6B7941

Tints of Woodland #6B7941

RGB

 RED value IS 107 (42.19% from 255) = 36.52%

 GREEN value IS 121 (47.66% from 255) = 41.3%

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

R = 36.52%
G = 41.3%
B = 22.18%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.46

 K value IS 0.53

RGB Variations

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

Color information

#6B7941 (or 0x6B7941) is known color: Woodland. HEX triplet: 6B, 79 and 41. RGB value is (107,121,65). Sum of RGB (Red+Green+Blue) = 107+121+65=293 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.52% from 293); Green value is 121 (47.66% from 255 or 41.30% from 293); Blue value is 65 (25.78% from 255 or 22.18% from 293); Max value from RGB is 121 - color contains mainly: green. Hex color #6B7941 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B7941 is #9486BE. Grayscale: #6E6E6E. Windows color (decimal): -9733823 or 4290923. OLE color: 4290923.

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

Color convert

RGB 107 121 65 -
CMYK 0.12 0 0.46 0.53
HSL 75º 0.3% 0.36% -
HSV(B) 75º 0.46% 0.47% -
XYZ 13.85 17.18 7.59 -
YUV 110.43 102.36 125.55 -
System Red Green Blue C M Y K H S L
Decimal 107 121 65 0.12 0 0.46 0.53 75 0.3 0.36
Hex 6B 79 41 C 0 2E 35 4B 1E 24
Octal 153 171 101 14 0 56 65 113 36 44
Binary 1101011 1111001 1000001 1100 0 101110 110101 1001011 11110 100100

Color Harmonies of #6B7941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7941

Black with #6B7941

Text Example


Text Example

White with #6B7941

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,121,65); }

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

background-color css

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

 a { background-color: rgb(107,121,65); }

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

border-color css

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

 span { border-color: rgb(107,121,65); }

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