#697062

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

Shades of Willow Grove #697062

Tints of Willow Grove #697062

Color information

#697062 (or 0x697062) is unknown color: approx Willow Grove. HEX triplet: 69, 70 and 62. RGB value is (105,112,98). Sum of RGB (Red+Green+Blue) = 105+112+98=315 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.33% from 315); Green value is 112 (44.14% from 255 or 35.56% from 315); Blue value is 98 (38.67% from 255 or 31.11% from 315); Max value from RGB is 112 - color contains mainly: green. Hex color #697062 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697062 is #968F9D. Grayscale: #6C6C6C. Windows color (decimal): -9867166 or 6451305. OLE color: 6451305.

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

Color convert

RGB10511298-
CMYK0.0600.130.56
HSL90º6.67%41.18%-
HSV(B)90º12.5%43.92%-
XYZ13.8215.4713.81-
YUV108.31122.18125.64-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.33%
GREEN value IS 112 (44.14% from 255) = 35.56%
BLUE value IS 98 (38.67% from 255) = 31.11%
R=33.33%
G=35.56%
B=31.11%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal105112980.0600.130.56906.6741.18
Hex69706260D385a729
Octal151160142601570132751
Binary110100111100001100010110011011110001011010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697062; }

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

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

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

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

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

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

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

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