Html Css Color HEX #697B5C Willow Grove

📋 copy color: '#697B5C'

red 105 ◦ green 123 ◦ blue 92

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

Shades of Willow Grove #697B5C

Tints of Willow Grove #697B5C

RGB

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

 GREEN value IS 123 (48.44% from 255) = 38.44%

 BLUE value IS 92 (36.33% from 255) = 28.75%

R = 32.81%
G = 38.44%
B = 28.75%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.25

 K value IS 0.52

RGB Variations

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

Color information

#697B5C (or 0x697B5C) is known color: Willow Grove. HEX triplet: 69, 7B and 5C. RGB value is (105,123,92). Sum of RGB (Red+Green+Blue) = 105+123+92=320 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.81% from 320); Green value is 123 (48.44% from 255 or 38.44% from 320); Blue value is 92 (36.33% from 255 or 28.75% from 320); Max value from RGB is 123 - color contains mainly: green. Hex color #697B5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697B5C is #9684A3. Grayscale: #727272. Windows color (decimal): -9864356 or 6060905. OLE color: 6060905.

HSL color Cylindrical-coordinate representation of color #697B5C: hue angle of 94.84º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #697B5C is Cyan = 0.15, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.52.

Color convert

RGB 105 123 92 -
CMYK 0.15 0 0.25 0.52
HSL 94.84º 0.14% 0.42% -
HSV(B) 94.84º 0.25% 0.48% -
XYZ 14.84 17.94 12.81 -
YUV 114.08 115.54 121.52 -
System Red Green Blue C M Y K H S L
Decimal 105 123 92 0.15 0 0.25 0.52 94.84 0.14 0.42
Hex 69 7B 5C F 0 19 34 5F E 2A
Octal 151 173 134 17 0 31 64 137 16 52
Binary 1101001 1111011 1011100 1111 0 11001 110100 1011111 1110 101010

Color Harmonies of #697B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697B5C

Black with #697B5C

Text Example


Text Example

White with #697B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697B5C; }

 p { color: rgb(105,123,92); }

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

background-color css

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

 a { background-color: rgb(105,123,92); }

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

border-color css

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

 span { border-color: rgb(105,123,92); }

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