Html Css Color HEX #696C65 Willow Grove

📋 copy color: '#696C65'

red 105 ◦ green 108 ◦ blue 101

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

Shades of Willow Grove #696C65

Tints of Willow Grove #696C65

RGB

 RED value IS 105 (41.41% from 255) = 33.44%

 GREEN value IS 108 (42.58% from 255) = 34.39%

 BLUE value IS 101 (39.84% from 255) = 32.17%

R = 33.44%
G = 34.39%
B = 32.17%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.06

 K value IS 0.58

RGB Variations

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

Color information

#696C65 (or 0x696C65) is known color: Willow Grove. HEX triplet: 69, 6C and 65. RGB value is (105,108,101). Sum of RGB (Red+Green+Blue) = 105+108+101=314 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.44% from 314); Green value is 108 (42.58% from 255 or 34.39% from 314); Blue value is 101 (39.84% from 255 or 32.17% from 314); Max value from RGB is 108 - color contains mainly: green. Hex color #696C65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696C65 is #96939A. Grayscale: #6A6A6A. Windows color (decimal): -9868187 or 6646889. OLE color: 6646889.

HSL color Cylindrical-coordinate representation of color #696C65: hue angle of 85.71º degrees, saturation: 0.03, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #696C65 is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.58.

Color convert

RGB 105 108 101 -
CMYK 0.03 0 0.06 0.58
HSL 85.71º 0.03% 0.41% -
HSV(B) 85.71º 0.06% 0.42% -
XYZ 13.54 14.67 14.43 -
YUV 106.31 125.01 127.07 -
System Red Green Blue C M Y K H S L
Decimal 105 108 101 0.03 0 0.06 0.58 85.71 0.03 0.41
Hex 69 6C 65 3 0 6 3A 56 3 29
Octal 151 154 145 3 0 6 72 126 3 51
Binary 1101001 1101100 1100101 11 0 110 111010 1010110 11 101001

Color Harmonies of #696C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696C65

Black with #696C65

Text Example


Text Example

White with #696C65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696C65; }

 p { color: rgb(105,108,101); }

 H1.HeaderClassName
 {
   color: #696C65;
 }
 .AnyTagClassName
 {
   color: #696C65;
 }
</style>

background-color css

<style>
 a { background-color: #696C65; }

 a { background-color: rgb(105,108,101); }

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

border-color css

<style>
 span { border-color: #696C65; }

 span { border-color: rgb(105,108,101); }

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