Html Css Color HEX #6F765E Willow Grove

📋 copy color: '#6F765E'

red 111 ◦ green 118 ◦ blue 94

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

Shades of Willow Grove #6F765E

Tints of Willow Grove #6F765E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 29.1%

R = 34.37%
G = 36.53%
B = 29.1%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#6F765E (or 0x6F765E) is known color: Willow Grove. HEX triplet: 6F, 76 and 5E. RGB value is (111,118,94). Sum of RGB (Red+Green+Blue) = 111+118+94=323 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.37% from 323); Green value is 118 (46.48% from 255 or 36.53% from 323); Blue value is 94 (37.11% from 255 or 29.10% from 323); Max value from RGB is 118 - color contains mainly: green. Hex color #6F765E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F765E is #9089A1. Grayscale: #717171. Windows color (decimal): -9472418 or 6190703. OLE color: 6190703.

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

Color convert

RGB 111 118 94 -
CMYK 0.06 0 0.20 0.54
HSL 77.5º 0.11% 0.42% -
HSV(B) 77.5º 0.2% 0.46% -
XYZ 15.05 17.14 13.11 -
YUV 113.17 117.18 126.45 -
System Red Green Blue C M Y K H S L
Decimal 111 118 94 0.06 0 0.20 0.54 77.5 0.11 0.42
Hex 6F 76 5E 6 0 14 36 4E B 2A
Octal 157 166 136 6 0 24 66 116 13 52
Binary 1101111 1110110 1011110 110 0 10100 110110 1001110 1011 101010

Color Harmonies of #6F765E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F765E

Black with #6F765E

Text Example


Text Example

White with #6F765E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,118,94); }

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

background-color css

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

 a { background-color: rgb(111,118,94); }

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

border-color css

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

 span { border-color: rgb(111,118,94); }

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