#616A58

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

Shades of Willow Grove #616A58

Tints of Willow Grove #616A58

Color information

#616A58 (or 0x616A58) is unknown color: approx Willow Grove. HEX triplet: 61, 6A and 58. RGB value is (97,106,88). Sum of RGB (Red+Green+Blue) = 97+106+88=291 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.33% from 291); Green value is 106 (41.80% from 255 or 36.43% from 291); Blue value is 88 (34.77% from 255 or 30.24% from 291); Max value from RGB is 106 - color contains mainly: green. Hex color #616A58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616A58 is #9E95A7. Grayscale: #656565. Windows color (decimal): -10393000 or 5794401. OLE color: 5794401.

HSL color Cylindrical-coordinate representation of color #616A58: hue angle of 90º degrees, saturation: 0.09, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #616A58 is Cyan = 0.08, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.58.

Color convert

RGB9710688-
CMYK0.0800.170.58
HSL90º9.28%38.04%-
HSV(B)90º16.98%41.57%-
XYZ11.8513.5511.22-
YUV101.26120.52124.96-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 33.33%
GREEN value IS 106 (41.80% from 255) = 36.43%
BLUE value IS 88 (34.77% from 255) = 30.24%
R=33.33%
G=36.43%
B=30.24%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal97106880.0800.170.58909.2838.04
Hex616A5880113A5a926
Octal14115213010021721321146
Binary110000111010101011000100001000111101010110101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616A58; }

 p { color: rgb(97,106,88); }

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

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

 a { background-color: rgb(97,106,88); }

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

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

 span { border-color: rgb(97,106,88); }

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