Html Css Color HEX #6E7768 Willow Grove

📋 copy color: '#6E7768'

red 110 ◦ green 119 ◦ blue 104

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

Shades of Willow Grove #6E7768

Tints of Willow Grove #6E7768

RGB

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

 GREEN value IS 119 (46.88% from 255) = 35.74%

 BLUE value IS 104 (41.02% from 255) = 31.23%

R = 33.03%
G = 35.74%
B = 31.23%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#6E7768 (or 0x6E7768) is known color: Willow Grove. HEX triplet: 6E, 77 and 68. RGB value is (110,119,104). Sum of RGB (Red+Green+Blue) = 110+119+104=333 (44% of max value = 765). Red value is 110 (43.36% from 255 or 33.03% from 333); Green value is 119 (46.88% from 255 or 35.74% from 333); Blue value is 104 (41.02% from 255 or 31.23% from 333); Max value from RGB is 119 - color contains mainly: green. Hex color #6E7768 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E7768 is #918897. Grayscale: #727272. Windows color (decimal): -9537688 or 6846318. OLE color: 6846318.

HSL color Cylindrical-coordinate representation of color #6E7768: hue angle of 96º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #6E7768 is Cyan = 0.08, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB 110 119 104 -
CMYK 0.08 0 0.13 0.53
HSL 96º 0.07% 0.44% -
HSV(B) 96º 0.13% 0.47% -
XYZ 15.53 17.51 15.66 -
YUV 114.6 122.02 124.72 -
System Red Green Blue C M Y K H S L
Decimal 110 119 104 0.08 0 0.13 0.53 96 0.07 0.44
Hex 6E 77 68 8 0 D 35 60 7 2C
Octal 156 167 150 10 0 15 65 140 7 54
Binary 1101110 1110111 1101000 1000 0 1101 110101 1100000 111 101100

Color Harmonies of #6E7768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7768

Black with #6E7768

Text Example


Text Example

White with #6E7768

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,119,104); }

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

background-color css

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

 a { background-color: rgb(110,119,104); }

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

border-color css

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

 span { border-color: rgb(110,119,104); }

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