#626B5A

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

Shades of Willow Grove #626B5A

Tints of Willow Grove #626B5A

Color information

#626B5A (or 0x626B5A) is unknown color: approx Willow Grove. HEX triplet: 62, 6B and 5A. RGB value is (98,107,90). Sum of RGB (Red+Green+Blue) = 98+107+90=295 (39% of max value = 765). Red value is 98 (38.67% from 255 or 33.22% from 295); Green value is 107 (42.19% from 255 or 36.27% from 295); Blue value is 90 (35.55% from 255 or 30.51% from 295); Max value from RGB is 107 - color contains mainly: green. Hex color #626B5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626B5A is #9D94A5. Grayscale: #666666. Windows color (decimal): -10327206 or 5925730. OLE color: 5925730.

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

Color convert

RGB9810790-
CMYK0.0800.160.58
HSL91.76º8.63%38.63%-
HSV(B)91.76º15.89%41.96%-
XYZ12.1413.8511.71-
YUV102.37121.02124.88-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 33.22%
GREEN value IS 107 (42.19% from 255) = 36.27%
BLUE value IS 90 (35.55% from 255) = 30.51%
R=33.22%
G=36.27%
B=30.51%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal98107900.0800.160.5891.768.6338.63
Hex626B5A80103A5c927
Octal14215313210020721341147
Binary110001011010111011010100001000011101010111001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626B5A; }

 p { color: rgb(98,107,90); }

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

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

 a { background-color: rgb(98,107,90); }

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

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

 span { border-color: rgb(98,107,90); }

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