Html Css Color HEX #697950 Willow Grove

📋 copy color: '#697950'

red 105 ◦ green 121 ◦ blue 80

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

Shades of Willow Grove #697950

Tints of Willow Grove #697950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 26.14%

R = 34.31%
G = 39.54%
B = 26.14%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.34

 K value IS 0.53

RGB Variations

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

Color information

#697950 (or 0x697950) is known color: Willow Grove. HEX triplet: 69, 79 and 50. RGB value is (105,121,80). Sum of RGB (Red+Green+Blue) = 105+121+80=306 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.31% from 306); Green value is 121 (47.66% from 255 or 39.54% from 306); Blue value is 80 (31.64% from 255 or 26.14% from 306); Max value from RGB is 121 - color contains mainly: green. Hex color #697950 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697950 is #9686AF. Grayscale: #6F6F6F. Windows color (decimal): -9864880 or 5273961. OLE color: 5273961.

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

Color convert

RGB 105 121 80 -
CMYK 0.13 0 0.34 0.53
HSL 83.41º 0.2% 0.39% -
HSV(B) 83.41º 0.34% 0.47% -
XYZ 14.11 17.26 10.18 -
YUV 111.54 110.2 123.33 -
System Red Green Blue C M Y K H S L
Decimal 105 121 80 0.13 0 0.34 0.53 83.41 0.2 0.39
Hex 69 79 50 D 0 22 35 53 14 27
Octal 151 171 120 15 0 42 65 123 24 47
Binary 1101001 1111001 1010000 1101 0 100010 110101 1010011 10100 100111

Color Harmonies of #697950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697950

Black with #697950

Text Example


Text Example

White with #697950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697950; }

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

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

background-color css

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

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

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

border-color css

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

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

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