Html Css Color HEX #697160 Willow Grove

📋 copy color: '#697160'

red 105 ◦ green 113 ◦ blue 96

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

Shades of Willow Grove #697160

Tints of Willow Grove #697160

RGB

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

 GREEN value IS 113 (44.53% from 255) = 35.99%

 BLUE value IS 96 (37.89% from 255) = 30.57%

R = 33.44%
G = 35.99%
B = 30.57%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#697160 (or 0x697160) is known color: Willow Grove. HEX triplet: 69, 71 and 60. RGB value is (105,113,96). Sum of RGB (Red+Green+Blue) = 105+113+96=314 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.44% from 314); Green value is 113 (44.53% from 255 or 35.99% from 314); Blue value is 96 (37.89% from 255 or 30.57% from 314); Max value from RGB is 113 - color contains mainly: green. Hex color #697160 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697160 is #968E9F. Grayscale: #6C6C6C. Windows color (decimal): -9866912 or 6320489. OLE color: 6320489.

HSL color Cylindrical-coordinate representation of color #697160: hue angle of 88.24º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #697160 is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB 105 113 96 -
CMYK 0.07 0 0.15 0.56
HSL 88.24º 0.08% 0.41% -
HSV(B) 88.24º 0.15% 0.44% -
XYZ 13.84 15.66 13.36 -
YUV 108.67 120.85 125.38 -
System Red Green Blue C M Y K H S L
Decimal 105 113 96 0.07 0 0.15 0.56 88.24 0.08 0.41
Hex 69 71 60 7 0 F 38 58 8 29
Octal 151 161 140 7 0 17 70 130 10 51
Binary 1101001 1110001 1100000 111 0 1111 111000 1011000 1000 101001

Color Harmonies of #697160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697160

Black with #697160

Text Example


Text Example

White with #697160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697160; }

 p { color: rgb(105,113,96); }

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

background-color css

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

 a { background-color: rgb(105,113,96); }

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

border-color css

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

 span { border-color: rgb(105,113,96); }

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