Html Css Color HEX #6C755B Willow Grove

📋 copy color: '#6C755B'

red 108 ◦ green 117 ◦ blue 91

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

Shades of Willow Grove #6C755B

Tints of Willow Grove #6C755B

RGB

 RED value IS 108 (42.58% from 255) = 34.18%

 GREEN value IS 117 (46.09% from 255) = 37.03%

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

R = 34.18%
G = 37.03%
B = 28.8%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.22

 K value IS 0.54

RGB Variations

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

Color information

#6C755B (or 0x6C755B) is known color: Willow Grove. HEX triplet: 6C, 75 and 5B. RGB value is (108,117,91). Sum of RGB (Red+Green+Blue) = 108+117+91=316 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.18% from 316); Green value is 117 (46.09% from 255 or 37.03% from 316); Blue value is 91 (35.94% from 255 or 28.80% from 316); Max value from RGB is 117 - color contains mainly: green. Hex color #6C755B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C755B is #938AA4. Grayscale: #6F6F6F. Windows color (decimal): -9669285 or 5993836. OLE color: 5993836.

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

Color convert

RGB 108 117 91 -
CMYK 0.08 0 0.22 0.54
HSL 80.77º 0.13% 0.41% -
HSV(B) 80.77º 0.22% 0.46% -
XYZ 14.43 16.67 12.35 -
YUV 111.35 116.52 125.61 -
System Red Green Blue C M Y K H S L
Decimal 108 117 91 0.08 0 0.22 0.54 80.77 0.13 0.41
Hex 6C 75 5B 8 0 16 36 51 C 29
Octal 154 165 133 10 0 26 66 121 14 51
Binary 1101100 1110101 1011011 1000 0 10110 110110 1010001 1100 101001

Color Harmonies of #6C755B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C755B

Black with #6C755B

Text Example


Text Example

White with #6C755B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,117,91); }

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

background-color css

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

 a { background-color: rgb(108,117,91); }

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

border-color css

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

 span { border-color: rgb(108,117,91); }

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