#697259

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

Shades of Willow Grove #697259

Tints of Willow Grove #697259

Color information

#697259 (or 0x697259) is unknown color: approx Willow Grove. HEX triplet: 69, 72 and 59. RGB value is (105,114,89). Sum of RGB (Red+Green+Blue) = 105+114+89=308 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.09% from 308); Green value is 114 (44.92% from 255 or 37.01% from 308); Blue value is 89 (35.16% from 255 or 28.90% from 308); Max value from RGB is 114 - color contains mainly: green. Hex color #697259 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697259 is #968DA6. Grayscale: #6C6C6C. Windows color (decimal): -9866663 or 5861993. OLE color: 5861993.

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

Color convert

RGB10511489-
CMYK0.0800.220.55
HSL81.6º12.32%39.8%-
HSV(B)81.6º21.93%44.71%-
XYZ13.6515.7611.77-
YUV108.46117.02125.53-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.09%
GREEN value IS 114 (44.92% from 255) = 37.01%
BLUE value IS 89 (35.16% from 255) = 28.90%
R=34.09%
G=37.01%
B=28.90%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal105114890.0800.220.5581.612.3239.8
Hex69725980163752c28
Octal15116213110026671221450
Binary110100111100101011001100001011011011110100101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697259; }

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

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

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

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

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

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

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

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