#697256

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

Shades of Willow Grove #697256

Tints of Willow Grove #697256

Color information

#697256 (or 0x697256) is unknown color: approx Willow Grove. HEX triplet: 69, 72 and 56. RGB value is (105,114,86). Sum of RGB (Red+Green+Blue) = 105+114+86=305 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.43% from 305); Green value is 114 (44.92% from 255 or 37.38% from 305); Blue value is 86 (33.98% from 255 or 28.20% from 305); Max value from RGB is 114 - color contains mainly: green. Hex color #697256 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697256 is #968DA9. Grayscale: #6C6C6C. Windows color (decimal): -9866666 or 5665385. OLE color: 5665385.

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

Color convert

RGB10511486-
CMYK0.0800.250.55
HSL79.29º14%39.22%-
HSV(B)79.29º24.56%44.71%-
XYZ13.5215.7111.12-
YUV108.12115.52125.78-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.43%
GREEN value IS 114 (44.92% from 255) = 37.38%
BLUE value IS 86 (33.98% from 255) = 28.20%
R=34.43%
G=37.38%
B=28.20%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal105114860.0800.250.5579.291439.22
Hex6972568019374fe27
Octal15116212610031671171647
Binary110100111100101010110100001100111011110011111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697256; }

 p { color: rgb(105,114,86); }

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

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

 a { background-color: rgb(105,114,86); }

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

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

 span { border-color: rgb(105,114,86); }

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