Html Css Color HEX #697B56 Willow Grove

📋 copy color: '#697B56'

red 105 ◦ green 123 ◦ blue 86

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

Shades of Willow Grove #697B56

Tints of Willow Grove #697B56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 27.39%

R = 33.44%
G = 39.17%
B = 27.39%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.30

 K value IS 0.52

RGB Variations

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

Color information

#697B56 (or 0x697B56) is known color: Willow Grove. HEX triplet: 69, 7B and 56. RGB value is (105,123,86). Sum of RGB (Red+Green+Blue) = 105+123+86=314 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.44% from 314); Green value is 123 (48.44% from 255 or 39.17% from 314); Blue value is 86 (33.98% from 255 or 27.39% from 314); Max value from RGB is 123 - color contains mainly: green. Hex color #697B56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697B56 is #9684A9. Grayscale: #717171. Windows color (decimal): -9864362 or 5667689. OLE color: 5667689.

HSL color Cylindrical-coordinate representation of color #697B56: hue angle of 89.19º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #697B56 is Cyan = 0.15, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.52.

Color convert

RGB 105 123 86 -
CMYK 0.15 0 0.30 0.52
HSL 89.19º 0.18% 0.41% -
HSV(B) 89.19º 0.3% 0.48% -
XYZ 14.59 17.84 11.48 -
YUV 113.4 112.54 122.01 -
System Red Green Blue C M Y K H S L
Decimal 105 123 86 0.15 0 0.30 0.52 89.19 0.18 0.41
Hex 69 7B 56 F 0 1E 34 59 12 29
Octal 151 173 126 17 0 36 64 131 22 51
Binary 1101001 1111011 1010110 1111 0 11110 110100 1011001 10010 101001

Color Harmonies of #697B56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697B56

Black with #697B56

Text Example


Text Example

White with #697B56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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