Html Css Color HEX #697461 Willow Grove

📋 copy color: '#697461'

red 105 ◦ green 116 ◦ blue 97

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

Shades of Willow Grove #697461

Tints of Willow Grove #697461

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.48%

 BLUE value IS 97 (38.28% from 255) = 30.5%

R = 33.02%
G = 36.48%
B = 30.5%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#697461 (or 0x697461) is known color: Willow Grove. HEX triplet: 69, 74 and 61. RGB value is (105,116,97). Sum of RGB (Red+Green+Blue) = 105+116+97=318 (42% of max value = 765). Red value is 105 (41.41% from 255 or 33.02% from 318); Green value is 116 (45.70% from 255 or 36.48% from 318); Blue value is 97 (38.28% from 255 or 30.50% from 318); Max value from RGB is 116 - color contains mainly: green. Hex color #697461 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697461 is #968B9E. Grayscale: #6E6E6E. Windows color (decimal): -9866143 or 6386793. OLE color: 6386793.

HSL color Cylindrical-coordinate representation of color #697461: hue angle of 94.74º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #697461 is Cyan = 0.09, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB 105 116 97 -
CMYK 0.09 0 0.16 0.55
HSL 94.74º 0.09% 0.42% -
HSV(B) 94.74º 0.16% 0.45% -
XYZ 14.23 16.36 13.72 -
YUV 110.55 120.36 124.04 -
System Red Green Blue C M Y K H S L
Decimal 105 116 97 0.09 0 0.16 0.55 94.74 0.09 0.42
Hex 69 74 61 9 0 10 37 5F 9 2A
Octal 151 164 141 11 0 20 67 137 11 52
Binary 1101001 1110100 1100001 1001 0 10000 110111 1011111 1001 101010

Color Harmonies of #697461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697461

Black with #697461

Text Example


Text Example

White with #697461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697461; }

 p { color: rgb(105,116,97); }

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

background-color css

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

 a { background-color: rgb(105,116,97); }

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

border-color css

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

 span { border-color: rgb(105,116,97); }

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