Html Css Color HEX #6F746C Willow Grove

📋 copy color: '#6F746C'

red 111 ◦ green 116 ◦ blue 108

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

Shades of Willow Grove #6F746C

Tints of Willow Grove #6F746C

RGB

 RED value IS 111 (43.75% from 255) = 33.13%

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

 BLUE value IS 108 (42.58% from 255) = 32.24%

R = 33.13%
G = 34.63%
B = 32.24%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#6F746C (or 0x6F746C) is known color: Willow Grove. HEX triplet: 6F, 74 and 6C. RGB value is (111,116,108). Sum of RGB (Red+Green+Blue) = 111+116+108=335 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.13% from 335); Green value is 116 (45.70% from 255 or 34.63% from 335); Blue value is 108 (42.58% from 255 or 32.24% from 335); Max value from RGB is 116 - color contains mainly: green. Hex color #6F746C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F746C is #908B93. Grayscale: #717171. Windows color (decimal): -9472916 or 7107695. OLE color: 7107695.

HSL color Cylindrical-coordinate representation of color #6F746C: hue angle of 97.5º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #6F746C is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB 111 116 108 -
CMYK 0.04 0 0.07 0.55
HSL 97.5º 0.04% 0.44% -
HSV(B) 97.5º 0.07% 0.45% -
XYZ 15.51 16.95 16.64 -
YUV 113.59 124.84 126.15 -
System Red Green Blue C M Y K H S L
Decimal 111 116 108 0.04 0 0.07 0.55 97.5 0.04 0.44
Hex 6F 74 6C 4 0 7 37 62 4 2C
Octal 157 164 154 4 0 7 67 142 4 54
Binary 1101111 1110100 1101100 100 0 111 110111 1100010 100 101100

Color Harmonies of #6F746C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F746C

Black with #6F746C

Text Example


Text Example

White with #6F746C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,116,108); }

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

background-color css

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

 a { background-color: rgb(111,116,108); }

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

border-color css

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

 span { border-color: rgb(111,116,108); }

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