Html Css Color HEX #697660 Willow Grove

📋 copy color: '#697660'

red 105 ◦ green 118 ◦ blue 96

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

Shades of Willow Grove #697660

Tints of Willow Grove #697660

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 30.09%

R = 32.92%
G = 36.99%
B = 30.09%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#697660 (or 0x697660) is known color: Willow Grove. HEX triplet: 69, 76 and 60. RGB value is (105,118,96). Sum of RGB (Red+Green+Blue) = 105+118+96=319 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.92% from 319); Green value is 118 (46.48% from 255 or 36.99% from 319); Blue value is 96 (37.89% from 255 or 30.09% from 319); Max value from RGB is 118 - color contains mainly: green. Hex color #697660 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697660 is #96899F. Grayscale: #6F6F6F. Windows color (decimal): -9865632 or 6321769. OLE color: 6321769.

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

Color convert

RGB 105 118 96 -
CMYK 0.11 0 0.19 0.54
HSL 95.45º 0.1% 0.42% -
HSV(B) 95.45º 0.19% 0.46% -
XYZ 14.42 16.8 13.55 -
YUV 111.61 119.19 123.29 -
System Red Green Blue C M Y K H S L
Decimal 105 118 96 0.11 0 0.19 0.54 95.45 0.1 0.42
Hex 69 76 60 B 0 13 36 5F A 2A
Octal 151 166 140 13 0 23 66 137 12 52
Binary 1101001 1110110 1100000 1011 0 10011 110110 1011111 1010 101010

Color Harmonies of #697660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697660

Black with #697660

Text Example


Text Example

White with #697660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697660; }

 p { color: rgb(105,118,96); }

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

background-color css

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

 a { background-color: rgb(105,118,96); }

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

border-color css

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

 span { border-color: rgb(105,118,96); }

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