Html Css Color HEX #697B4F Willow Grove

📋 copy color: '#697B4F'

red 105 ◦ green 123 ◦ blue 79

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

Shades of Willow Grove #697B4F

Tints of Willow Grove #697B4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 25.73%

R = 34.2%
G = 40.07%
B = 25.73%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.36

 K value IS 0.52

RGB Variations

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

Color information

#697B4F (or 0x697B4F) is known color: Willow Grove. HEX triplet: 69, 7B and 4F. RGB value is (105,123,79). Sum of RGB (Red+Green+Blue) = 105+123+79=307 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.20% from 307); Green value is 123 (48.44% from 255 or 40.07% from 307); Blue value is 79 (31.25% from 255 or 25.73% from 307); Max value from RGB is 123 - color contains mainly: green. Hex color #697B4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697B4F is #9684B0. Grayscale: #707070. Windows color (decimal): -9864369 or 5208937. OLE color: 5208937.

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

Color convert

RGB 105 123 79 -
CMYK 0.15 0 0.36 0.52
HSL 84.55º 0.22% 0.4% -
HSV(B) 84.55º 0.36% 0.48% -
XYZ 14.32 17.73 10.07 -
YUV 112.6 109.04 122.58 -
System Red Green Blue C M Y K H S L
Decimal 105 123 79 0.15 0 0.36 0.52 84.55 0.22 0.4
Hex 69 7B 4F F 0 24 34 55 16 28
Octal 151 173 117 17 0 44 64 125 26 50
Binary 1101001 1111011 1001111 1111 0 100100 110100 1010101 10110 101000

Color Harmonies of #697B4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697B4F

Black with #697B4F

Text Example


Text Example

White with #697B4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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