#697551

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

Shades of Willow Grove #697551

Tints of Willow Grove #697551

Color information

#697551 (or 0x697551) is unknown color: approx Willow Grove. HEX triplet: 69, 75 and 51. RGB value is (105,117,81). Sum of RGB (Red+Green+Blue) = 105+117+81=303 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.65% from 303); Green value is 117 (46.09% from 255 or 38.61% from 303); Blue value is 81 (32.03% from 255 or 26.73% from 303); Max value from RGB is 117 - color contains mainly: green. Hex color #697551 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697551 is #968AAE. Grayscale: #6D6D6D. Windows color (decimal): -9865903 or 5338473. OLE color: 5338473.

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

Color convert

RGB10511781-
CMYK0.1000.310.54
HSL80º18.18%38.82%-
HSV(B)80º30.77%45.88%-
XYZ13.6716.3210.21-
YUV109.31112.02124.93-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.65%
GREEN value IS 117 (46.09% from 255) = 38.61%
BLUE value IS 81 (32.03% from 255) = 26.73%
R=34.65%
G=38.61%
B=26.73%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal105117810.1000.310.548018.1838.82
Hex697551A01F36501227
Octal15116512112037661202247
Binary1101001111010110100011010011111110110101000010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697551; }

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

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

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

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

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

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

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

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