#697358

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

Shades of Willow Grove #697358

Tints of Willow Grove #697358

Color information

#697358 (or 0x697358) is unknown color: approx Willow Grove. HEX triplet: 69, 73 and 58. RGB value is (105,115,88). Sum of RGB (Red+Green+Blue) = 105+115+88=308 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.09% from 308); Green value is 115 (45.31% from 255 or 37.34% from 308); Blue value is 88 (34.77% from 255 or 28.57% from 308); Max value from RGB is 115 - color contains mainly: green. Hex color #697358 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697358 is #968CA7. Grayscale: #6D6D6D. Windows color (decimal): -9866408 or 5796713. OLE color: 5796713.

HSL color Cylindrical-coordinate representation of color #697358: hue angle of 82.22º 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 #697358 is Cyan = 0.09, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.55.

Color convert

RGB10511588-
CMYK0.0900.230.55
HSL82.22º13.3%39.8%-
HSV(B)82.22º23.48%45.1%-
XYZ13.7215.9711.59-
YUV108.93116.19125.2-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.09%
GREEN value IS 115 (45.31% from 255) = 37.34%
BLUE value IS 88 (34.77% from 255) = 28.57%
R=34.09%
G=37.34%
B=28.57%

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
Decimal105115880.0900.230.5582.2213.339.8
Hex69735890173752d28
Octal15116313011027671221550
Binary110100111100111011000100101011111011110100101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697358; }

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

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

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

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

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

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

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

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