#657055

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

Shades of Willow Grove #657055

Tints of Willow Grove #657055

Color information

#657055 (or 0x657055) is unknown color: approx Willow Grove. HEX triplet: 65, 70 and 55. RGB value is (101,112,85). Sum of RGB (Red+Green+Blue) = 101+112+85=298 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.89% from 298); Green value is 112 (44.14% from 255 or 37.58% from 298); Blue value is 85 (33.59% from 255 or 28.52% from 298); Max value from RGB is 112 - color contains mainly: green. Hex color #657055 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657055 is #9A8FAA. Grayscale: #696969. Windows color (decimal): -10129323 or 5599333. OLE color: 5599333.

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

Color convert

RGB10111285-
CMYK0.1000.240.56
HSL84.44º13.71%38.63%-
HSV(B)84.44º24.11%43.92%-
XYZ12.815.0110.82-
YUV105.63116.36124.7-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 33.89%
GREEN value IS 112 (44.14% from 255) = 37.58%
BLUE value IS 85 (33.59% from 255) = 28.52%
R=33.89%
G=37.58%
B=28.52%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal101112850.1000.240.5684.4413.7138.63
Hex657055A0183854e27
Octal14516012512030701241647
Binary110010111100001010101101001100011100010101001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #657055; }

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

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

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

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

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

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

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

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