#697752

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

Shades of Willow Grove #697752

Tints of Willow Grove #697752

Color information

#697752 (or 0x697752) is unknown color: approx Willow Grove. HEX triplet: 69, 77 and 52. RGB value is (105,119,82). Sum of RGB (Red+Green+Blue) = 105+119+82=306 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.31% from 306); Green value is 119 (46.88% from 255 or 38.89% from 306); Blue value is 82 (32.42% from 255 or 26.80% from 306); Max value from RGB is 119 - color contains mainly: green. Hex color #697752 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697752 is #9688AD. Grayscale: #6E6E6E. Windows color (decimal): -9865390 or 5404521. OLE color: 5404521.

HSL color Cylindrical-coordinate representation of color #697752: hue angle of 82.7º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #697752 is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.53.

Color convert

RGB10511982-
CMYK0.1200.310.53
HSL82.7º18.41%39.41%-
HSV(B)82.7º31.09%46.67%-
XYZ13.9516.8110.49-
YUV110.6111.86124.01-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.31%
GREEN value IS 119 (46.88% from 255) = 38.89%
BLUE value IS 82 (32.42% from 255) = 26.80%
R=34.31%
G=38.89%
B=26.80%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal105119820.1200.310.5382.718.4139.41
Hex697752C01F35531227
Octal15116712214037651232247
Binary1101001111011110100101100011111110101101001110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697752; }

 p { color: rgb(105,119,82); }

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

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

 a { background-color: rgb(105,119,82); }

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

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

 span { border-color: rgb(105,119,82); }

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