#697553

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

Shades of Willow Grove #697553

Tints of Willow Grove #697553

Color information

#697553 (or 0x697553) is unknown color: approx Willow Grove. HEX triplet: 69, 75 and 53. RGB value is (105,117,83). Sum of RGB (Red+Green+Blue) = 105+117+83=305 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.43% from 305); Green value is 117 (46.09% from 255 or 38.36% from 305); Blue value is 83 (32.81% from 255 or 27.21% from 305); Max value from RGB is 117 - color contains mainly: green. Hex color #697553 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697553 is #968AAC. Grayscale: #6D6D6D. Windows color (decimal): -9865901 or 5469545. OLE color: 5469545.

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

Color convert

RGB10511783-
CMYK0.1000.290.54
HSL81.18º17%39.22%-
HSV(B)81.18º29.06%45.88%-
XYZ13.7516.3510.61-
YUV109.54113.02124.76-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.43%
GREEN value IS 117 (46.09% from 255) = 38.36%
BLUE value IS 83 (32.81% from 255) = 27.21%
R=34.43%
G=38.36%
B=27.21%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal105117830.1000.290.5481.181739.22
Hex697553A01D36511127
Octal15116512312035661212147
Binary1101001111010110100111010011101110110101000110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697553; }

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

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

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

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

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

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

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

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