Html Css Color HEX #697550 Willow Grove

📋 copy color: '#697550'

red 105 ◦ green 117 ◦ blue 80

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

Shades of Willow Grove #697550

Tints of Willow Grove #697550

RGB

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

 GREEN value IS 117 (46.09% from 255) = 38.74%

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

R = 34.77%
G = 38.74%
B = 26.49%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#697550 (or 0x697550) is known color: Willow Grove. HEX triplet: 69, 75 and 50. RGB value is (105,117,80). Sum of RGB (Red+Green+Blue) = 105+117+80=302 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.77% from 302); Green value is 117 (46.09% from 255 or 38.74% from 302); Blue value is 80 (31.64% from 255 or 26.49% from 302); Max value from RGB is 117 - color contains mainly: green. Hex color #697550 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697550 is #968AAF. Grayscale: #6D6D6D. Windows color (decimal): -9865904 or 5272937. OLE color: 5272937.

HSL color Cylindrical-coordinate representation of color #697550: hue angle of 79.46º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #697550 is Cyan = 0.10, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB 105 117 80 -
CMYK 0.10 0 0.32 0.54
HSL 79.46º 0.19% 0.39% -
HSV(B) 79.46º 0.32% 0.46% -
XYZ 13.63 16.31 10.02 -
YUV 109.19 111.52 125.01 -
System Red Green Blue C M Y K H S L
Decimal 105 117 80 0.10 0 0.32 0.54 79.46 0.19 0.39
Hex 69 75 50 A 0 20 36 4F 13 27
Octal 151 165 120 12 0 40 66 117 23 47
Binary 1101001 1110101 1010000 1010 0 100000 110110 1001111 10011 100111

Color Harmonies of #697550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697550

Black with #697550

Text Example


Text Example

White with #697550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697550; }

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

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

background-color css

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

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

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

border-color css

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

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

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