Html Css Color HEX #697956 Willow Grove

📋 copy color: '#697956'

red 105 ◦ green 121 ◦ blue 86

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

Shades of Willow Grove #697956

Tints of Willow Grove #697956

RGB

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

 GREEN value IS 121 (47.66% from 255) = 38.78%

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

R = 33.65%
G = 38.78%
B = 27.56%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.29

 K value IS 0.53

RGB Variations

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

Color information

#697956 (or 0x697956) is known color: Willow Grove. HEX triplet: 69, 79 and 56. RGB value is (105,121,86). Sum of RGB (Red+Green+Blue) = 105+121+86=312 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.65% from 312); Green value is 121 (47.66% from 255 or 38.78% from 312); Blue value is 86 (33.98% from 255 or 27.56% from 312); Max value from RGB is 121 - color contains mainly: green. Hex color #697956 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697956 is #9686A9. Grayscale: #707070. Windows color (decimal): -9864874 or 5667177. OLE color: 5667177.

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

Color convert

RGB 105 121 86 -
CMYK 0.13 0 0.29 0.53
HSL 87.43º 0.17% 0.41% -
HSV(B) 87.43º 0.29% 0.47% -
XYZ 14.34 17.35 11.4 -
YUV 112.23 113.2 122.85 -
System Red Green Blue C M Y K H S L
Decimal 105 121 86 0.13 0 0.29 0.53 87.43 0.17 0.41
Hex 69 79 56 D 0 1D 35 57 11 29
Octal 151 171 126 15 0 35 65 127 21 51
Binary 1101001 1111001 1010110 1101 0 11101 110101 1010111 10001 101001

Color Harmonies of #697956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697956

Black with #697956

Text Example


Text Example

White with #697956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697956; }

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

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

background-color css

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

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

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

border-color css

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

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

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