Html Css Color HEX #6B745B Willow Grove

📋 copy color: '#6B745B'

red 107 ◦ green 116 ◦ blue 91

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

Shades of Willow Grove #6B745B

Tints of Willow Grove #6B745B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.94%

 BLUE value IS 91 (35.94% from 255) = 28.98%

R = 34.08%
G = 36.94%
B = 28.98%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#6B745B (or 0x6B745B) is known color: Willow Grove. HEX triplet: 6B, 74 and 5B. RGB value is (107,116,91). Sum of RGB (Red+Green+Blue) = 107+116+91=314 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.08% from 314); Green value is 116 (45.70% from 255 or 36.94% from 314); Blue value is 91 (35.94% from 255 or 28.98% from 314); Max value from RGB is 116 - color contains mainly: green. Hex color #6B745B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B745B is #948BA4. Grayscale: #6E6E6E. Windows color (decimal): -9735077 or 5993579. OLE color: 5993579.

HSL color Cylindrical-coordinate representation of color #6B745B: hue angle of 81.6º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6B745B is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB 107 116 91 -
CMYK 0.08 0 0.22 0.55
HSL 81.6º 0.12% 0.41% -
HSV(B) 81.6º 0.22% 0.45% -
XYZ 14.2 16.37 12.31 -
YUV 110.46 117.02 125.53 -
System Red Green Blue C M Y K H S L
Decimal 107 116 91 0.08 0 0.22 0.55 81.6 0.12 0.41
Hex 6B 74 5B 8 0 16 37 52 C 29
Octal 153 164 133 10 0 26 67 122 14 51
Binary 1101011 1110100 1011011 1000 0 10110 110111 1010010 1100 101001

Color Harmonies of #6B745B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B745B

Black with #6B745B

Text Example


Text Example

White with #6B745B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,116,91); }

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

background-color css

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

 a { background-color: rgb(107,116,91); }

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

border-color css

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

 span { border-color: rgb(107,116,91); }

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