Html Css Color HEX #696D62 Willow Grove

📋 copy color: '#696D62'

red 105 ◦ green 109 ◦ blue 98

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

Shades of Willow Grove #696D62

Tints of Willow Grove #696D62

RGB

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

 GREEN value IS 109 (42.97% from 255) = 34.94%

 BLUE value IS 98 (38.67% from 255) = 31.41%

R = 33.65%
G = 34.94%
B = 31.41%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.10

 K value IS 0.57

RGB Variations

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

Color information

#696D62 (or 0x696D62) is known color: Willow Grove. HEX triplet: 69, 6D and 62. RGB value is (105,109,98). Sum of RGB (Red+Green+Blue) = 105+109+98=312 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.65% from 312); Green value is 109 (42.97% from 255 or 34.94% from 312); Blue value is 98 (38.67% from 255 or 31.41% from 312); Max value from RGB is 109 - color contains mainly: green. Hex color #696D62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696D62 is #96929D. Grayscale: #6A6A6A. Windows color (decimal): -9867934 or 6450537. OLE color: 6450537.

HSL color Cylindrical-coordinate representation of color #696D62: hue angle of 81.82º degrees, saturation: 0.05, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #696D62 is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.57.

Color convert

RGB 105 109 98 -
CMYK 0.04 0 0.10 0.57
HSL 81.82º 0.05% 0.41% -
HSV(B) 81.82º 0.1% 0.43% -
XYZ 13.5 14.82 13.7 -
YUV 106.55 123.17 126.89 -
System Red Green Blue C M Y K H S L
Decimal 105 109 98 0.04 0 0.10 0.57 81.82 0.05 0.41
Hex 69 6D 62 4 0 A 39 52 5 29
Octal 151 155 142 4 0 12 71 122 5 51
Binary 1101001 1101101 1100010 100 0 1010 111001 1010010 101 101001

Color Harmonies of #696D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696D62

Black with #696D62

Text Example


Text Example

White with #696D62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,109,98); }

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

background-color css

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

 a { background-color: rgb(105,109,98); }

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

border-color css

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

 span { border-color: rgb(105,109,98); }

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