Html Css Color HEX #697755 Willow Grove

📋 copy color: '#697755'

red 105 ◦ green 119 ◦ blue 85

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

Shades of Willow Grove #697755

Tints of Willow Grove #697755

RGB

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

 GREEN value IS 119 (46.88% from 255) = 38.51%

 BLUE value IS 85 (33.59% from 255) = 27.51%

R = 33.98%
G = 38.51%
B = 27.51%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.29

 K value IS 0.53

RGB Variations

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

Color information

#697755 (or 0x697755) is known color: Willow Grove. HEX triplet: 69, 77 and 55. RGB value is (105,119,85). Sum of RGB (Red+Green+Blue) = 105+119+85=309 (40% of max value = 765). Red value is 105 (41.41% from 255 or 33.98% from 309); Green value is 119 (46.88% from 255 or 38.51% from 309); Blue value is 85 (33.59% from 255 or 27.51% from 309); Max value from RGB is 119 - color contains mainly: green. Hex color #697755 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697755 is #9688AA. Grayscale: #6F6F6F. Windows color (decimal): -9865387 or 5601129. OLE color: 5601129.

HSL color Cylindrical-coordinate representation of color #697755: hue angle of 84.71º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #697755 is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.53.

Color convert

RGB 105 119 85 -
CMYK 0.12 0 0.29 0.53
HSL 84.71º 0.17% 0.4% -
HSV(B) 84.71º 0.29% 0.47% -
XYZ 14.06 16.85 11.11 -
YUV 110.94 113.36 123.76 -
System Red Green Blue C M Y K H S L
Decimal 105 119 85 0.12 0 0.29 0.53 84.71 0.17 0.4
Hex 69 77 55 C 0 1D 35 55 11 28
Octal 151 167 125 14 0 35 65 125 21 50
Binary 1101001 1110111 1010101 1100 0 11101 110101 1010101 10001 101000

Color Harmonies of #697755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697755

Black with #697755

Text Example


Text Example

White with #697755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697755; }

 p { color: rgb(105,119,85); }

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

background-color css

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

 a { background-color: rgb(105,119,85); }

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

border-color css

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

 span { border-color: rgb(105,119,85); }

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