#697A55

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

Shades of Willow Grove #697A55

Tints of Willow Grove #697A55

Color information

#697A55 (or 0x697A55) is unknown color: approx Willow Grove. HEX triplet: 69, 7A and 55. RGB value is (105,122,85). Sum of RGB (Red+Green+Blue) = 105+122+85=312 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.65% from 312); Green value is 122 (48.05% from 255 or 39.10% from 312); Blue value is 85 (33.59% from 255 or 27.24% from 312); Max value from RGB is 122 - color contains mainly: green. Hex color #697A55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697A55 is #9685AA. Grayscale: #707070. Windows color (decimal): -9864619 or 5601897. OLE color: 5601897.

HSL color Cylindrical-coordinate representation of color #697A55: hue angle of 87.57º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #697A55 is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.52.

Color convert

RGB10512285-
CMYK0.1400.300.52
HSL87.57º17.87%40.59%-
HSV(B)87.57º30.33%47.84%-
XYZ14.4217.5811.23-
YUV112.7112.37122.51-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.65%
GREEN value IS 122 (48.05% from 255) = 39.10%
BLUE value IS 85 (33.59% from 255) = 27.24%
R=33.65%
G=39.10%
B=27.24%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal105122850.1400.300.5287.5717.8740.59
Hex697A55E01E34581229
Octal15117212516036641302251
Binary1101001111101010101011110011110110100101100010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697A55; }

 p { color: rgb(105,122,85); }

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

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

 a { background-color: rgb(105,122,85); }

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

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

 span { border-color: rgb(105,122,85); }

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