#697353

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

Shades of Willow Grove #697353

Tints of Willow Grove #697353

Color information

#697353 (or 0x697353) is unknown color: approx Willow Grove. HEX triplet: 69, 73 and 53. RGB value is (105,115,83). Sum of RGB (Red+Green+Blue) = 105+115+83=303 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.65% from 303); Green value is 115 (45.31% from 255 or 37.95% from 303); Blue value is 83 (32.81% from 255 or 27.39% from 303); Max value from RGB is 115 - color contains mainly: green. Hex color #697353 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697353 is #968CAC. Grayscale: #6C6C6C. Windows color (decimal): -9866413 or 5469033. OLE color: 5469033.

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

Color convert

RGB10511583-
CMYK0.0900.280.55
HSL78.75º16.16%38.82%-
HSV(B)78.75º27.83%45.1%-
XYZ13.5215.8910.54-
YUV108.36113.69125.6-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.65%
GREEN value IS 115 (45.31% from 255) = 37.95%
BLUE value IS 83 (32.81% from 255) = 27.39%
R=34.65%
G=37.95%
B=27.39%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal105115830.0900.280.5578.7516.1638.82
Hex697353901C374f1027
Octal15116312311034671172047
Binary1101001111001110100111001011100110111100111110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697353; }

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

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

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

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

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

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

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

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