#6A7B5D

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

Shades of Willow Grove #6A7B5D

Tints of Willow Grove #6A7B5D

Color information

#6A7B5D (or 0x6A7B5D) is unknown color: approx Willow Grove. HEX triplet: 6A, 7B and 5D. RGB value is (106,123,93). Sum of RGB (Red+Green+Blue) = 106+123+93=322 (42% of max value = 765). Red value is 106 (41.80% from 255 or 32.92% from 322); Green value is 123 (48.44% from 255 or 38.20% from 322); Blue value is 93 (36.72% from 255 or 28.88% from 322); Max value from RGB is 123 - color contains mainly: green. Hex color #6A7B5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A7B5D is #9584A2. Grayscale: #727272. Windows color (decimal): -9798819 or 6126442. OLE color: 6126442.

HSL color Cylindrical-coordinate representation of color #6A7B5D: hue angle of 94º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6A7B5D is Cyan = 0.14, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.52.

Color convert

RGB10612393-
CMYK0.1400.240.52
HSL94º13.89%42.35%-
HSV(B)94º24.39%48.24%-
XYZ1518.0213.04-
YUV114.5115.87121.94-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 32.92%
GREEN value IS 123 (48.44% from 255) = 38.20%
BLUE value IS 93 (36.72% from 255) = 28.88%
R=32.92%
G=38.20%
B=28.88%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal106123930.1400.240.529413.8942.35
Hex6A7B5DE018345ee2a
Octal15217313516030641361652
Binary110101011110111011101111001100011010010111101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A7B5D; }

 p { color: rgb(106,123,93); }

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

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

 a { background-color: rgb(106,123,93); }

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

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

 span { border-color: rgb(106,123,93); }

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