#697452

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

Shades of Willow Grove #697452

Tints of Willow Grove #697452

Color information

#697452 (or 0x697452) is unknown color: approx Willow Grove. HEX triplet: 69, 74 and 52. RGB value is (105,116,82). Sum of RGB (Red+Green+Blue) = 105+116+82=303 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.65% from 303); Green value is 116 (45.70% from 255 or 38.28% from 303); Blue value is 82 (32.42% from 255 or 27.06% from 303); Max value from RGB is 116 - color contains mainly: green. Hex color #697452 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697452 is #968BAD. Grayscale: #6C6C6C. Windows color (decimal): -9866158 or 5403753. OLE color: 5403753.

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

Color convert

RGB10511682-
CMYK0.0900.290.55
HSL79.41º17.17%38.82%-
HSV(B)79.41º29.31%45.49%-
XYZ13.5916.110.37-
YUV108.84112.86125.26-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.65%
GREEN value IS 116 (45.70% from 255) = 38.28%
BLUE value IS 82 (32.42% from 255) = 27.06%
R=34.65%
G=38.28%
B=27.06%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal105116820.0900.290.5579.4117.1738.82
Hex697452901D374f1127
Octal15116412211035671172147
Binary1101001111010010100101001011101110111100111110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697452; }

 p { color: rgb(105,116,82); }

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

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

 a { background-color: rgb(105,116,82); }

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

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

 span { border-color: rgb(105,116,82); }

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