Html Css Color HEX #6E765F Willow Grove

📋 copy color: '#6E765F'

red 110 ◦ green 118 ◦ blue 95

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

Shades of Willow Grove #6E765F

Tints of Willow Grove #6E765F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 36.53%

 BLUE value IS 95 (37.5% from 255) = 29.41%

R = 34.06%
G = 36.53%
B = 29.41%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#6E765F (or 0x6E765F) is known color: Willow Grove. HEX triplet: 6E, 76 and 5F. RGB value is (110,118,95). Sum of RGB (Red+Green+Blue) = 110+118+95=323 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.06% from 323); Green value is 118 (46.48% from 255 or 36.53% from 323); Blue value is 95 (37.5% from 255 or 29.41% from 323); Max value from RGB is 118 - color contains mainly: green. Hex color #6E765F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E765F is #9189A0. Grayscale: #717171. Windows color (decimal): -9537953 or 6256238. OLE color: 6256238.

HSL color Cylindrical-coordinate representation of color #6E765F: hue angle of 80.87º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6E765F is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB 110 118 95 -
CMYK 0.07 0 0.19 0.54
HSL 80.87º 0.11% 0.42% -
HSV(B) 80.87º 0.19% 0.46% -
XYZ 14.97 17.1 13.34 -
YUV 112.99 117.85 125.87 -
System Red Green Blue C M Y K H S L
Decimal 110 118 95 0.07 0 0.19 0.54 80.87 0.11 0.42
Hex 6E 76 5F 7 0 13 36 51 B 2A
Octal 156 166 137 7 0 23 66 121 13 52
Binary 1101110 1110110 1011111 111 0 10011 110110 1010001 1011 101010

Color Harmonies of #6E765F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E765F

Black with #6E765F

Text Example


Text Example

White with #6E765F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,118,95); }

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

background-color css

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

 a { background-color: rgb(110,118,95); }

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

border-color css

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

 span { border-color: rgb(110,118,95); }

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