#697060

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

Shades of Willow Grove #697060

Tints of Willow Grove #697060

Color information

#697060 (or 0x697060) is unknown color: approx Willow Grove. HEX triplet: 69, 70 and 60. RGB value is (105,112,96). Sum of RGB (Red+Green+Blue) = 105+112+96=313 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.55% from 313); Green value is 112 (44.14% from 255 or 35.78% from 313); Blue value is 96 (37.89% from 255 or 30.67% from 313); Max value from RGB is 112 - color contains mainly: green. Hex color #697060 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697060 is #968F9F. Grayscale: #6C6C6C. Windows color (decimal): -9867168 or 6320233. OLE color: 6320233.

HSL color Cylindrical-coordinate representation of color #697060: hue angle of 86.25º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #697060 is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB10511296-
CMYK0.0600.140.56
HSL86.25º7.69%40.78%-
HSV(B)86.25º14.29%43.92%-
XYZ13.7315.4413.32-
YUV108.08121.18125.8-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.55%
GREEN value IS 112 (44.14% from 255) = 35.78%
BLUE value IS 96 (37.89% from 255) = 30.67%
R=33.55%
G=35.78%
B=30.67%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal105112960.0600.140.5686.257.6940.78
Hex69706060E3856829
Octal1511601406016701261051
Binary1101001111000011000001100111011100010101101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697060; }

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

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

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

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

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

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

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

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