Html Css Color HEX #697555 Willow Grove

📋 copy color: '#697555'

red 105 ◦ green 117 ◦ blue 85

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

Shades of Willow Grove #697555

Tints of Willow Grove #697555

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 27.69%

R = 34.2%
G = 38.11%
B = 27.69%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.27

 K value IS 0.54

RGB Variations

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

Color information

#697555 (or 0x697555) is known color: Willow Grove. HEX triplet: 69, 75 and 55. RGB value is (105,117,85). Sum of RGB (Red+Green+Blue) = 105+117+85=307 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.20% from 307); Green value is 117 (46.09% from 255 or 38.11% from 307); Blue value is 85 (33.59% from 255 or 27.69% from 307); Max value from RGB is 117 - color contains mainly: green. Hex color #697555 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697555 is #968AAA. Grayscale: #6D6D6D. Windows color (decimal): -9865899 or 5600617. OLE color: 5600617.

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

Color convert

RGB 105 117 85 -
CMYK 0.10 0 0.27 0.54
HSL 82.5º 0.16% 0.4% -
HSV(B) 82.5º 0.27% 0.46% -
XYZ 13.83 16.38 11.03 -
YUV 109.76 114.02 124.6 -
System Red Green Blue C M Y K H S L
Decimal 105 117 85 0.10 0 0.27 0.54 82.5 0.16 0.4
Hex 69 75 55 A 0 1B 36 52 10 28
Octal 151 165 125 12 0 33 66 122 20 50
Binary 1101001 1110101 1010101 1010 0 11011 110110 1010010 10000 101000

Color Harmonies of #697555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697555

Black with #697555

Text Example


Text Example

White with #697555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697555; }

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

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

background-color css

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

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

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

border-color css

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

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

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