#697359

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

Shades of Willow Grove #697359

Tints of Willow Grove #697359

Color information

#697359 (or 0x697359) is unknown color: approx Willow Grove. HEX triplet: 69, 73 and 59. RGB value is (105,115,89). Sum of RGB (Red+Green+Blue) = 105+115+89=309 (40% of max value = 765). Red value is 105 (41.41% from 255 or 33.98% from 309); Green value is 115 (45.31% from 255 or 37.22% from 309); Blue value is 89 (35.16% from 255 or 28.80% from 309); Max value from RGB is 115 - color contains mainly: green. Hex color #697359 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697359 is #968CA6. Grayscale: #6D6D6D. Windows color (decimal): -9866407 or 5862249. OLE color: 5862249.

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

Color convert

RGB10511589-
CMYK0.0900.230.55
HSL83.08º12.75%40%-
HSV(B)83.08º22.61%45.1%-
XYZ13.7615.9911.81-
YUV109.05116.69125.11-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.98%
GREEN value IS 115 (45.31% from 255) = 37.22%
BLUE value IS 89 (35.16% from 255) = 28.80%
R=33.98%
G=37.22%
B=28.80%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal105115890.0900.230.5583.0812.7540
Hex69735990173753d28
Octal15116313111027671231550
Binary110100111100111011001100101011111011110100111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697359; }

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

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

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

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

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

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

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

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