#697261

Color #697261 Willow Grove (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Willow Grove #697261

Tints of Willow Grove #697261

Color information

#697261 (or 0x697261) is unknown color: approx Willow Grove. HEX triplet: 69, 72 and 61. RGB value is (105,114,97). Sum of RGB (Red+Green+Blue) = 105+114+97=316 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.23% from 316); Green value is 114 (44.92% from 255 or 36.08% from 316); Blue value is 97 (38.28% from 255 or 30.70% from 316); Max value from RGB is 114 - color contains mainly: green. Hex color #697261 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697261 is #968D9E. Grayscale: #6D6D6D. Windows color (decimal): -9866655 or 6386281. OLE color: 6386281.

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

Color convert

RGB10511497-
CMYK0.0800.150.55
HSL91.76º8.06%41.37%-
HSV(B)91.76º14.91%44.71%-
XYZ1415.913.64-
YUV109.37121.02124.88-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.23%
GREEN value IS 114 (44.92% from 255) = 36.08%
BLUE value IS 97 (38.28% from 255) = 30.70%
R=33.23%
G=36.08%
B=30.70%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal105114970.0800.150.5591.768.0641.37
Hex69726180F375c829
Octal15116214110017671341051
Binary11010011110010110000110000111111011110111001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697261; }

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

 H1.HeaderClassName
 {
   color: #697261;
 }
 .AnyTagClassName
 {
   color: #697261;
 }
</style>
background-color css

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

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

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

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

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

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