#697258

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

Shades of Willow Grove #697258

Tints of Willow Grove #697258

Color information

#697258 (or 0x697258) is unknown color: approx Willow Grove. HEX triplet: 69, 72 and 58. RGB value is (105,114,88). Sum of RGB (Red+Green+Blue) = 105+114+88=307 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.20% from 307); Green value is 114 (44.92% from 255 or 37.13% from 307); Blue value is 88 (34.77% from 255 or 28.66% from 307); Max value from RGB is 114 - color contains mainly: green. Hex color #697258 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697258 is #968DA7. Grayscale: #6C6C6C. Windows color (decimal): -9866664 or 5796457. OLE color: 5796457.

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

Color convert

RGB10511488-
CMYK0.0800.230.55
HSL80.77º12.87%39.61%-
HSV(B)80.77º22.81%44.71%-
XYZ13.615.7411.55-
YUV108.34116.52125.61-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.20%
GREEN value IS 114 (44.92% from 255) = 37.13%
BLUE value IS 88 (34.77% from 255) = 28.66%
R=34.20%
G=37.13%
B=28.66%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal105114880.0800.230.5580.7712.8739.61
Hex69725880173751d28
Octal15116213010027671211550
Binary110100111100101011000100001011111011110100011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697258; }

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

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

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

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

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

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

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

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