#697455

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

Shades of Willow Grove #697455

Tints of Willow Grove #697455

Color information

#697455 (or 0x697455) is unknown color: approx Willow Grove. HEX triplet: 69, 74 and 55. RGB value is (105,116,85). Sum of RGB (Red+Green+Blue) = 105+116+85=306 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.31% from 306); Green value is 116 (45.70% from 255 or 37.91% from 306); Blue value is 85 (33.59% from 255 or 27.78% from 306); Max value from RGB is 116 - color contains mainly: green. Hex color #697455 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697455 is #968BAA. Grayscale: #6D6D6D. Windows color (decimal): -9866155 or 5600361. OLE color: 5600361.

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

Color convert

RGB10511685-
CMYK0.0900.270.55
HSL81.29º15.42%39.41%-
HSV(B)81.29º26.72%45.49%-
XYZ13.7116.1510.99-
YUV109.18114.36125.02-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.31%
GREEN value IS 116 (45.70% from 255) = 37.91%
BLUE value IS 85 (33.59% from 255) = 27.78%
R=34.31%
G=37.91%
B=27.78%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal105116850.0900.270.5581.2915.4239.41
Hex697455901B3751f27
Octal15116412511033671211747
Binary110100111101001010101100101101111011110100011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697455; }

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

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

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

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

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

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

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

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