Html Css Color HEX #697C53 Willow Grove

📋 copy color: '#697C53'

red 105 ◦ green 124 ◦ blue 83

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

Shades of Willow Grove #697C53

Tints of Willow Grove #697C53

RGB

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

 GREEN value IS 124 (48.83% from 255) = 39.74%

 BLUE value IS 83 (32.81% from 255) = 26.6%

R = 33.65%
G = 39.74%
B = 26.6%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.33

 K value IS 0.51

RGB Variations

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

Color information

#697C53 (or 0x697C53) is known color: Willow Grove. HEX triplet: 69, 7C and 53. RGB value is (105,124,83). Sum of RGB (Red+Green+Blue) = 105+124+83=312 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.65% from 312); Green value is 124 (48.83% from 255 or 39.74% from 312); Blue value is 83 (32.81% from 255 or 26.60% from 312); Max value from RGB is 124 - color contains mainly: green. Hex color #697C53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697C53 is #9683AC. Grayscale: #717171. Windows color (decimal): -9864109 or 5471337. OLE color: 5471337.

HSL color Cylindrical-coordinate representation of color #697C53: hue angle of 87.8º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #697C53 is Cyan = 0.15, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.51.

Color convert

RGB 105 124 83 -
CMYK 0.15 0 0.33 0.51
HSL 87.8º 0.2% 0.41% -
HSV(B) 87.8º 0.33% 0.49% -
XYZ 14.59 18.04 10.9 -
YUV 113.65 110.71 121.83 -
System Red Green Blue C M Y K H S L
Decimal 105 124 83 0.15 0 0.33 0.51 87.8 0.2 0.41
Hex 69 7C 53 F 0 21 33 58 14 29
Octal 151 174 123 17 0 41 63 130 24 51
Binary 1101001 1111100 1010011 1111 0 100001 110011 1011000 10100 101001

Color Harmonies of #697C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697C53

Black with #697C53

Text Example


Text Example

White with #697C53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,124,83); }

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

background-color css

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

 a { background-color: rgb(105,124,83); }

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

border-color css

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

 span { border-color: rgb(105,124,83); }

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