#697360

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

Shades of Willow Grove #697360

Tints of Willow Grove #697360

Color information

#697360 (or 0x697360) is unknown color: approx Willow Grove. HEX triplet: 69, 73 and 60. RGB value is (105,115,96). Sum of RGB (Red+Green+Blue) = 105+115+96=316 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.23% from 316); Green value is 115 (45.31% from 255 or 36.39% from 316); Blue value is 96 (37.89% from 255 or 30.38% from 316); Max value from RGB is 115 - color contains mainly: green. Hex color #697360 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697360 is #968C9F. Grayscale: #6D6D6D. Windows color (decimal): -9866400 or 6321001. OLE color: 6321001.

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

Color convert

RGB10511596-
CMYK0.0900.170.55
HSL91.58º9%41.37%-
HSV(B)91.58º16.52%45.1%-
XYZ14.0716.1113.43-
YUV109.84120.19124.54-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.23%
GREEN value IS 115 (45.31% from 255) = 36.39%
BLUE value IS 96 (37.89% from 255) = 30.38%
R=33.23%
G=36.39%
B=30.38%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal105115960.0900.170.5591.58941.37
Hex6973609011375c929
Octal15116314011021671341151
Binary110100111100111100000100101000111011110111001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697360; }

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

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

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

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

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

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

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

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