#657050

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

Shades of Willow Grove #657050

Tints of Willow Grove #657050

Color information

#657050 (or 0x657050) is unknown color: approx Willow Grove. HEX triplet: 65, 70 and 50. RGB value is (101,112,80). Sum of RGB (Red+Green+Blue) = 101+112+80=293 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.47% from 293); Green value is 112 (44.14% from 255 or 38.23% from 293); Blue value is 80 (31.64% from 255 or 27.30% from 293); Max value from RGB is 112 - color contains mainly: green. Hex color #657050 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657050 is #9A8FAF. Grayscale: #696969. Windows color (decimal): -10129328 or 5271653. OLE color: 5271653.

HSL color Cylindrical-coordinate representation of color #657050: hue angle of 80.62º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #657050 is Cyan = 0.10, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB10111280-
CMYK0.1000.290.56
HSL80.62º16.67%37.65%-
HSV(B)80.62º28.57%43.92%-
XYZ12.6114.939.81-
YUV105.06113.86125.1-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.47%
GREEN value IS 112 (44.14% from 255) = 38.23%
BLUE value IS 80 (31.64% from 255) = 27.30%
R=34.47%
G=38.23%
B=27.30%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal101112800.1000.290.5680.6216.6737.65
Hex657050A01D38511126
Octal14516012012035701212146
Binary1100101111000010100001010011101111000101000110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #657050; }

 p { color: rgb(101,112,80); }

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

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

 a { background-color: rgb(101,112,80); }

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

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

 span { border-color: rgb(101,112,80); }

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